mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
17 lines
341 B
HTML
17 lines
341 B
HTML
<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>
|