Merge pull request #2544 from alphagov/reply-to-address-content-update

Updated reply-to address content
This commit is contained in:
karlchillmaid
2018-12-04 13:48:21 +00:00
committed by GitHub
2 changed files with 12 additions and 12 deletions

View File

@@ -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 thats 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,

View File

@@ -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 cant 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 cant go live until youve 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 %}