update email wording for the one click unsubscribe

This commit is contained in:
Son 2021-06-28 16:38:47 +02:00
parent 3443b456b5
commit 9a9da53a58
2 changed files with 21 additions and 3 deletions

View file

@ -1,11 +1,25 @@
{% extends "base.html" %}
{% block content %}
{{ render_text("Hi") }}
{{ render_text("Your alias <b>"+ alias +"</b> has been disabled successfully.") }}
{{ render_text("If this is a mistake, you can re-enable the alias on the dashboard.") }}
{% call text() %}
<h1>
{{ alias }} has been disabled successfully.
</h1>
{% endcall %}
{% call text() %}
The alias has been disabled thanks to the "One-click unsubscribe” provided by your mailbox service. <br>
When you click on this button on a forwarded email, the alias will be disabled automatically.
{% endcall %}
{% call text() %}
If this is a mistake, you can re-enable the alias on the dashboard.
{% endcall %}
{{ render_button("Enable Alias", enable_alias_url) }}
{{ render_text('Thanks, <br />SimpleLogin Team.') }}
{{ raw_url(enable_alias_url) }}
{% endblock %}

View file

@ -2,6 +2,10 @@ Hi
Your alias {{alias}} has been disabled successfully.
It has been disabled thanks to the "One-click unsubscribe” provided by your mailbox service.
When you click on this button on a forwarded email, the alias will be disabled automatically.
If this is a mistake, you can re-enable the alias on the dashboard via
{{ enable_alias_url }}