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