mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 19:04:33 -04:00
Updated reply-to address content
Updated reply-to address content to better explain why users need to add a reply-to address.
This commit is contained in:
@@ -48,20 +48,19 @@
|
||||
<div class="grid-row">
|
||||
<div class="column-five-sixths">
|
||||
<p>
|
||||
Your emails will be sent from
|
||||
{{ current_service.email_from }}@notifications.service.gov.uk
|
||||
You need to add at least one reply-to address so recipients can reply to your messages.
|
||||
</p>
|
||||
<p>
|
||||
This is so they have the best chance of being delivered.
|
||||
This email address can’t receive replies.
|
||||
Emails with a reply-to address:
|
||||
</p>
|
||||
<p>
|
||||
Set up separate email addresses to receive replies
|
||||
from your users.
|
||||
{% if current_service.trial_mode and not current_service.has_email_reply_to_address %}
|
||||
<ul class="list list-bullet">
|
||||
<li>are less likely to be labelled as spam</li>
|
||||
<li>appear more trustworthy</li>
|
||||
</ul>
|
||||
<!--{% if current_service.trial_mode and not current_service.has_email_reply_to_address %}
|
||||
Your service can’t go live until you’ve added at least one
|
||||
reply-to address.
|
||||
{% endif %}
|
||||
{% endif %}-->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user