4.22.0
This commit is contained in:
@ -9,8 +9,7 @@
|
||||
{% endcall %}
|
||||
|
||||
{% call text() %}
|
||||
Please contact us at
|
||||
<a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a>
|
||||
Please <a href="https://app.simplelogin.io/dashboard/support">contact us</a>
|
||||
to renew your subscription.
|
||||
{% endcall %}
|
||||
|
||||
|
@ -2,4 +2,6 @@
|
||||
|
||||
{% block content %}
|
||||
Your subscription will end on {{ manual_sub.end_at.format("YYYY-MM-DD") }}
|
||||
|
||||
Please contact us on https://app.simplelogin.io/dashboard/support to renew your subscription.
|
||||
{% endblock %}
|
||||
|
@ -6,6 +6,7 @@
|
||||
{{ render_text("You recently requested to change mailbox <b>"+ mailbox_email +"</b> to <b>" + mailbox_new_email + "</b>.") }}
|
||||
{{ render_text("To confirm, please click on the button below.") }}
|
||||
{{ render_button("Confirm mailbox change", link) }}
|
||||
{{ render_text("This email will only be valid for the next 15 minutes.") }}
|
||||
{{ render_text('Thanks,
|
||||
<br />
|
||||
SimpleLogin Team.') }}
|
||||
|
@ -8,4 +8,6 @@ You recently requested to change mailbox {{mailbox_email}} to {{mailbox_new_emai
|
||||
To confirm, please click on this link:
|
||||
|
||||
{{link}}
|
||||
|
||||
This link will only be valid during the next 15 minutes.
|
||||
{% endblock %}
|
||||
|
@ -6,6 +6,7 @@
|
||||
{{ render_text("You have added <b>"+ mailbox_email +"</b> as an additional mailbox.") }}
|
||||
{{ render_text("To confirm, please click on the button below.") }}
|
||||
{{ render_button("Confirm mailbox", link) }}
|
||||
{{ render_text("This email will only be valid for the next 15 minutes.") }}
|
||||
{{ render_text('Thanks,
|
||||
<br />
|
||||
SimpleLogin Team.') }}
|
||||
|
@ -8,4 +8,6 @@ You have added {{mailbox_email}} as an additional mailbox.
|
||||
To confirm, please click on this link:
|
||||
|
||||
{{link}}
|
||||
|
||||
This link will only be valid during the next 15 minutes.
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user