app/templates/emails/transactional/bounce/bounced-email.txt.jinja2

20 lines
886 B
Text
Raw Normal View History

2020-12-17 01:48:20 +08:00
An email sent to your alias {{alias.email}} from {{website_email}} was bounced by your mailbox {{mailbox_email}}.
2020-12-17 01:48:20 +08:00
This is usually because your mailbox service thinks the email is a spam.
2020-12-17 01:48:20 +08:00
You can view this email on {{ refused_email_url }}
2020-03-31 03:45:43 +08:00
The email is automatically deleted in 7 days.
2020-12-17 01:48:20 +08:00
Please consider the following options:
2021-10-28 17:43:44 +08:00
1. If the email is not spam at all, you can create a "filter" to explicitly allow all emails from SimpleLogin.
We have a small gudie on https://simplelogin.io/docs/getting-started/troubleshooting/
2020-12-17 01:48:20 +08:00
2. If this email is spam, it means your alias {{alias}} is now in the hands of a spammer.
2021-10-28 17:43:44 +08:00
You can either disable the alias on {{disable_alias_link}}
or block the sender on {{ block_sender_link }} if they send too many spams.
2021-10-28 17:43:44 +08:00
Please note that the alias can be automatically disabled if too many emails sent to it are bounced.
2020-12-17 01:48:20 +08:00
Thanks,
2020-03-31 03:45:43 +08:00
SimpleLogin team.