fix email templates

This commit is contained in:
Son NK 2020-07-05 11:44:03 +02:00
parent 5e464a824c
commit f5e6f541ff
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{{ render_text("Hi " + name) }}
{% call text() %}
We have recorded an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>>
We have recorded an attempt to send an email from your alias <b>{{ alias.email }}</b> using <b>{{ sender }}</b>.
{% endcall %}
{% call text() %}

View File

@ -5,7 +5,7 @@
{{ render_text("We have recorded an attempt to send an email from your email <b>" + sender + "</b> to <b>" + reply_email + "</b>.") }}
{{ render_text(reply_email + 'is a special email address that only receives emails from its authorized user.') }}
{{ render_text(reply_email + ' is a special email address that only receives emails from its authorized user.') }}
{{ render_text('This user has been also informed of this incident.') }}