Use persistent SMTP connection for bulk emails, add List-Unsubscribe header

This commit is contained in:
rubenwardy
2022-02-12 14:06:04 +00:00
parent 8ad066409c
commit 770d17b42a
4 changed files with 38 additions and 22 deletions

View File

@@ -59,7 +59,7 @@
<p>
{% block footer %}
{{ reason }} <br>
<a href="{{ abs_url_for('users.unsubscribe', token=sub.token) }}">
<a href="{{ sub.url }}">
{{ _("Unsubscribe") }}
</a>
{% endblock %}