From ac12e1677be32b41779dd84a3e8654501bd46e7d Mon Sep 17 00:00:00 2001 From: Son NK Date: Wed, 12 Feb 2020 16:33:31 +0700 Subject: [PATCH] improve reply-must-use-personal-email email --- .../reply-must-use-personal-email.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/templates/emails/transactional/reply-must-use-personal-email.html b/templates/emails/transactional/reply-must-use-personal-email.html index 374a37f6..e3979339 100644 --- a/templates/emails/transactional/reply-must-use-personal-email.html +++ b/templates/emails/transactional/reply-must-use-personal-email.html @@ -1,9 +1,12 @@ -Hi {{name}}

+{% extends "base.html" %} -We have recorded an attempt to send an email from your alias {{ alias }} using {{ sender }}.

+{% block content %} + {{ render_text("Hi " + name) }} + {{ render_text("We have recorded an attempt to send an email from your alias "+ alias +" using " + sender + ".") }} + {{ render_text("Please note that sending from this alias only works from " + mailbox_email + ".") }} + {{ render_text("Indeed, only you (or the mailbox that owns " + alias + ") can send emails on behalf of this alias.") }} + {{ render_text('Thanks,
SimpleLogin Team.') }} + {{ raw_url(link) }} +{% endblock %} -Please note that sending from this alias only works from {{mailbox_email}}.
-Indeed, only you (or the mailbox that owns {{ alias }}) can send emails on behalf of this alias.

-Best,
-SimpleLogin team.