2020-01-21 09:37:06 +00:00
{% extends "content_template.html" %}
2020-02-20 15:11:10 +00:00
{% from "components/service-link.html" import service_link %}
2020-01-21 09:37:06 +00:00
{% block per_page_title %}
2020-01-22 10:58:58 +00:00
Branding and customisation
2020-01-21 09:37:06 +00:00
{% endblock %}
{% block content_column_content %}
< h1 class = "heading-large" > Branding and customisation</ h1 >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > This page explains how to:</ p >
2020-02-19 08:20:38 +00:00
2020-01-21 09:37:06 +00:00
< ul class = "list list-bullet" >
2020-02-19 13:49:29 +00:00
< li >< a class = "govuk-link govuk-link--no-visited-state" href = "#email-branding" > change your email branding</ a ></ li >
< li >< a class = "govuk-link govuk-link--no-visited-state" href = "#reply-to-address" > add a reply-to email address</ a ></ li >
< li >< a class = "govuk-link govuk-link--no-visited-state" href = "#text-message-sender" > change the text message sender</ a ></ li >
< li >< a class = "govuk-link govuk-link--no-visited-state" href = "#letter-branding" > change your letter branding</ a ></ li >
2020-01-21 09:37:06 +00:00
</ ul >
2020-02-19 08:20:38 +00:00
2020-01-21 16:07:02 +00:00
< h2 class = "heading-medium" id = "email-branding" > Change your email branding</ h2 >
2020-01-21 09:37:06 +00:00
2022-07-20 15:23:54 -07:00
< p class = "govuk-body" > The default branding for email templates is the US Notifylogo.</ p >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > To change your email branding:</ p >
2020-01-21 09:37:06 +00:00
< ol class = "list list-number" >
2020-02-20 15:11:10 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Email settings</ b > section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</ li >
2020-02-14 13:59:54 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Change</ b > on the < b class = "govuk-!-font-weight-bold" > Email branding</ b > row.</ li >
2020-01-21 09:37:06 +00:00
</ ol >
< h2 class = "heading-medium" id = "reply-to-address" > Add a reply-to email address</ h2 >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > You can choose the email address that your users reply to. You must add at least one reply-to address for your service before you can < a class = "govuk-link govuk-link--no-visited-state" href = "{{ url_for('main.trial_mode_new') }}" > request to go live</ a > .</ p >
2020-01-21 09:37:06 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > To add a reply-to email address:</ p >
2020-01-21 09:37:06 +00:00
< ol class = "list list-number" >
2020-02-20 15:11:10 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Email settings</ b > section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</ li >
2020-02-14 13:59:54 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Manage</ b > on the < b class = "govuk-!-font-weight-bold" > Reply-to email addresses</ b > row.</ li >
2020-01-24 10:20:42 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Add reply-to address</ b > .</ li >
2020-01-21 09:37:06 +00:00
</ ol >
2020-02-19 08:20:38 +00:00
2020-01-21 09:37:06 +00:00
< h2 class = "heading-medium" id = "text-message-sender" > Change the text message sender</ h2 >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > The text message sender tells your users who the message is from.</ p >
2020-01-21 09:37:06 +00:00
2022-11-23 09:58:54 -05:00
< p class = "govuk-body" > To change the text message sender from the default of ‘ US Notify’ :</ p >
2020-02-19 08:20:38 +00:00
2020-01-21 09:37:06 +00:00
< ol class = "list list-number" >
2020-02-20 15:11:10 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Text message settings</ b > section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</ li >
2020-02-14 13:59:54 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Manage</ b > on the < b class = "govuk-!-font-weight-bold" > Text message senders</ b > row.</ li >
2020-02-03 13:09:55 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Change</ b > or < b class = "govuk-!-font-weight-bold" > Add text message sender</ b > .</ li >
2020-02-03 14:25:28 +00:00
</ ol >
2020-01-27 09:15:38 +00:00
2020-01-21 16:07:02 +00:00
< h2 class = "heading-medium" id = "letter-branding" > Change your letter branding</ h2 >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > Letter templates do not have default branding.</ p >
2020-02-19 08:20:38 +00:00
2020-05-29 17:11:01 +01:00
< p class = "govuk-body" > To add a logo to your letters:</ p >
2020-02-19 08:20:38 +00:00
2020-01-21 09:37:06 +00:00
< ol class = "list list-number" >
2020-02-20 15:11:10 +00:00
< li > Go to the < b class = "govuk-!-font-weight-bold" > Letter settings</ b > section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</ li >
2020-02-14 13:59:54 +00:00
< li > Select < b class = "govuk-!-font-weight-bold" > Change</ b > on the < b class = "govuk-!-font-weight-bold" > Letter branding</ b > row.</ li >
2020-01-21 09:37:06 +00:00
</ ol >
{% endblock %}