mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-19 01:44:45 -05:00
Merge pull request #2544 from alphagov/reply-to-address-content-update
Updated reply-to address content
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
<h1 class="heading-large">
|
||||
Add email reply-to address
|
||||
</h1>
|
||||
<p>
|
||||
Let recipients send replies to a shared inbox that’s managed by your team.
|
||||
</p>
|
||||
<p>
|
||||
Do not use your own email address for replies.
|
||||
</p>
|
||||
{% call form_wrapper() %}
|
||||
{{ textbox(
|
||||
form.email_address,
|
||||
|
||||
@@ -48,21 +48,15 @@
|
||||
<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.
|
||||
</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 %}
|
||||
Your service can’t go live until you’ve added at least one
|
||||
reply-to address.
|
||||
{% endif %}
|
||||
Emails with a reply-to address:
|
||||
</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>are less likely to be labelled as spam</li>
|
||||
<li>appear more trustworthy</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user