app-MAIL-temp/templates/notification/bounce-reply-phase.html

17 lines
343 B
HTML
Raw Normal View History

<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="{{ refused_email_url }}" class="btn btn-primary">
View the bounced email
</a>
<div>
The email is automatically deleted in 7 days.
</div>