This commit is contained in:
2022-12-30 16:23:27 +00:00
parent 02776e8478
commit 20da343c54
1304 changed files with 870224 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<div>
There are several emails sent to your alias <b>{{ alias.email }}</b> that have been bounced by your
mailbox <b>{{ mailbox.email }}</b>.
</div>
<div>
As security measure, we have disabled the alias <b>{{ alias.email }}</b>.
</div>

View File

@ -0,0 +1,28 @@
<div>
This is usually because your mailbox service thinks the email is <b>spam</b>.
</div>
<a href="/dashboard/refused_email" class="btn btn-primary">View bounced emails</a>
<div>The email is automatically deleted in 7 days.</div>
<div>
Please consider the following options:
<br />
<ol>
<li>
If the email is not spam, you can create a
<a href="https://simplelogin.io/docs/getting-started/troubleshooting/">filter</a>
to explicitly allow all emails from SimpleLogin.
<br />
</li>
<li>
If this email is indeed spam, it means your alias {{ alias.email }} is now in the hands of a spammer.
You can either
<a href="{{ disable_alias_link }}">disable the alias</a>
or
<a href="{{ block_sender_link }}">block the sender</a>
if they send too many spams.
</li>
</ol>
</div>
<div class="alert alert-warning">
Please note that the alias can be automatically disabled if too many emails sent to it are bounced.
</div>

View File

@ -0,0 +1,10 @@
<div>
This might mean {{ contact.email }}
<ul>
<li>is not a valid email address, or</li>
<li>doesn't exist, or</li>
<li>its mail server refuses your email</li>
</ul>
</div>
<a href="/dashboard/refused_email" class="btn btn-primary">View bounced emails</a>
<div>The email is automatically deleted in 7 days.</div>

View File

@ -0,0 +1,8 @@
<div>
An email was sent to your alias <b>{{ alias.email }}</b> from its own mailbox <b>{{ from_addr }}</b>.
</div>
<div>
SimpleLogin doesn't send this email back to your mailbox as it would be refused or hidden anyway by your email
service.
</div>
<div>So no worries, there's nothing you need to do :).</div>

View File

@ -0,0 +1,9 @@
<div>
An email from {{ from_header }} to {{ alias.email }} is put into Quarantine as it fails DMARC check.
<br />
<a href="https://en.wikipedia.org/wiki/DMARC">DMARC</a>
is an email authentication protocol designed for detecting
phishing. When an email fails DMARC, it can be considered as suspicious.
</div>
<a href="/dashboard/refused_email" class="btn btn-primary">View quarantined emails</a>
<div>The email is automatically deleted in 7 days.</div>