diff --git a/templates/emails/transactional/bounced-email.html b/templates/emails/transactional/bounced-email.html index 0f628417..3eb1a195 100644 --- a/templates/emails/transactional/bounced-email.html +++ b/templates/emails/transactional/bounced-email.html @@ -8,6 +8,8 @@ {{ render_button("View the refused email", refused_email_url) }} + {{ render_text('The email is automatically deleted in 7 days.') }} + {{ render_text('To avoid spams forwarded by SimpleLogin server, please consider the following options:') }} {{ render_text('1. If the email is not spam at all, it means your email provider has wrongly classified it as spam. In this case you can create a filter to whitelist it. The filter could be based on the sender, email subject, etc. As how to create the filter differs for each email provider, please check with your email provider on how to whitelist an email. Let us know if you need help to setup the filter by replying to this email.') }} diff --git a/templates/emails/transactional/bounced-email.txt b/templates/emails/transactional/bounced-email.txt index 7ada33bc..a4fb8cc1 100644 --- a/templates/emails/transactional/bounced-email.txt +++ b/templates/emails/transactional/bounced-email.txt @@ -6,6 +6,8 @@ This is usually due to the email being considered as spam by your email provider You can view this email here: {{ refused_email_url }} +The email is automatically deleted in 7 days. + To avoid spams forwarded by SimpleLogin server, please consider the following options: 1. If the email is not spam at all, it means your email provider has wrongly classified it as spam. In this case you can create a "filter" to whitelist it. The filter could be based on the sender, email subject, etc. As how to create the filter differs for each email provider, please check with your email provider on how to whitelist an email. Let us know if you need help to setup the filter by replying to this email. @@ -17,6 +19,4 @@ To avoid spams forwarded by SimpleLogin server, please consider the following op Please let us know if you have any question. Best, -SimpleLogin team. ---------------------------------------------------------------------- -Below if the email that was refused: \ No newline at end of file +SimpleLogin team. \ No newline at end of file