diff --git a/app/main/forms.py b/app/main/forms.py index 820d47c9c..e09f9cc23 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -327,7 +327,7 @@ class ProviderForm(Form): class ServiceReplyToEmailFrom(Form): - email_address = email_address() + email_address = email_address(label='Email reply to address') class ServiceSmsSender(Form): diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index 55f0b9abc..b9ad9bff1 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -56,13 +56,13 @@ - {% if false and current_user.has_permissions([], admin_override=True) %} + {% if current_user.has_permissions([], admin_override=True) %}
+ Your emails will be sent from + {{ current_service.email_from }}@notifications.service.gov.uk. + This is so they have the best chance of being delivered. + This email address can’t receive replies. +
++ Set up a separate email address to receive replies from + your users, then enter it here. +
+ {% if current_service.restricted %} ++ Your service can’t go live until you’ve done this. +
+ {% endif %}