mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 18:08:24 -04: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">
|
<h1 class="heading-large">
|
||||||
Add email reply-to address
|
Add email reply-to address
|
||||||
</h1>
|
</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() %}
|
{% call form_wrapper() %}
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.email_address,
|
form.email_address,
|
||||||
|
|||||||
@@ -48,21 +48,15 @@
|
|||||||
<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>
|
|
||||||
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 %}
|
|
||||||
</p>
|
</p>
|
||||||
|
<ul class="list list-bullet">
|
||||||
|
<li>are less likely to be labelled as spam</li>
|
||||||
|
<li>appear more trustworthy</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user