Bladeren bron

update cycle email text

Son NK 4 jaren geleden
bovenliggende
commit
b937e14ee3
2 gewijzigde bestanden met toevoegingen van 10 en 10 verwijderingen
  1. 6 7
      templates/emails/transactional/cycle-email.html
  2. 4 3
      templates/emails/transactional/cycle-email.txt

+ 6 - 7
templates/emails/transactional/cycle-email.html

@@ -6,24 +6,23 @@
   {% endcall %}
   {% endcall %}
 
 
   {% call text() %}
   {% call text() %}
-    SimpleLogin has blocked an email that was sent to your alias <b>{{ alias.email }}</b> from its mailbox
-    <b>{{ mailbox.email }}</b>:
-    the email would be forwarded to the same mailbox <b>{{ mailbox.email }}</b>.
-
+    An email was sent to your alias <b>{{ alias.email }}</b> from its own mailbox
+    <b>{{ mailbox.email }}</b>.
   {% endcall %}
   {% endcall %}
 
 
   {% call text() %}
   {% call text() %}
-    This creates a <b>cycle</b> and the email will probably be refused or hidden by your email service anyway.
+    SimpleLogin doesn't send this email <b>back</b> to your mailbox as it would be refused or hidden anyway by your email service. <br>
+    So no worries, there's nothing you need to do :).
   {% endcall %}
   {% endcall %}
 
 
-  {{ render_button("View the refused email", refused_email_url) }}
+  {{ render_button("View the email", refused_email_url) }}
 
 
   {% call text() %}
   {% call text() %}
     The email is automatically deleted in 7 days.
     The email is automatically deleted in 7 days.
   {% endcall %}
   {% endcall %}
 
 
   {% call text() %}
   {% call text() %}
-    Please let us know if you have any question.
+    If you have any question, please reply to this email.
   {% endcall %}
   {% endcall %}
 
 
   {{ render_text('Thanks, <br />SimpleLogin Team.') }}
   {{ render_text('Thanks, <br />SimpleLogin Team.') }}

+ 4 - 3
templates/emails/transactional/cycle-email.txt

@@ -1,9 +1,10 @@
 Hi {{name}}
 Hi {{name}}
 
 
-SimpleLogin has blocked an email that was sent to your alias {{alias.email}} from its mailbox {{ mailbox.email }}:
-    the email would be forwarded to the same mailbox {{ mailbox.email }}.
+An email was sent to your alias {{ alias.email }} from its own mailbox {{ mailbox.email }}.
 
 
-This creates a *cycle* and the email will probably be refused or hidden by your email service anyway.
+SimpleLogin doesn't send this email back to your mailbox as it would be refused or hidden anyway by your email service.
+
+So no worries, there's nothing you need to do :).
 
 
 You can view this email here:
 You can view this email here:
 {{ refused_email_url }}
 {{ refused_email_url }}