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 %}
2022-12-20 09:44:33 -05:00
Branding and customization
2020-01-21 09:37:06 +00:00
{% endblock %}
{% block content_column_content %}
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Branding and customization</ h1 >
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
<!-- <p>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">
2023-08-08 16:19:17 -04:00
<li><a class="usa-link" href="#email-branding">change your email branding</a></li>
<li><a class="usa-link" href="#reply-to-address">add a reply-to email address</a></li>
<li><a class="usa-link" href="#text-message-sender">change the text message sender</a></li>
2020-01-21 09:37:06 +00:00
</ul>
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
<h2 class="font-body-lg" id="email-branding">Change your email branding</h2>
2020-01-21 09:37:06 +00:00
2023-07-28 11:12:46 -04:00
<p>The default branding for email templates is the Notify.govlogo.</p>
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
<p>To change your email branding:</p>
2020-01-21 09:37:06 +00:00
<ol class="list list-number">
2023-08-25 10:40:56 -04:00
<li>Go to the <b class="bold">Email settings</b> section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</li>
<li>Select <b class="bold">Change</b> on the <b class="bold">Email branding</b> row.</li>
2020-01-21 09:37:06 +00:00
</ol>
2023-06-06 15:28:24 -04:00
<h2 class="font-body-lg" id="reply-to-address">Add a reply-to email address</h2>
2020-02-19 08:20:38 +00:00
2023-08-08 16:19:17 -04:00
<p>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="usa-link" href="{{ url_for('main.trial_mode_new') }}">request to go live</a>.</p>
2020-01-21 09:37:06 +00:00
2023-06-06 15:28:24 -04:00
<p>To add a reply-to email address:</p>
2020-01-21 09:37:06 +00:00
<ol class="list list-number">
2023-08-25 10:40:56 -04:00
<li>Go to the <b class="bold">Email settings</b> section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</li>
<li>Select <b class="bold">Manage</b> on the <b class="bold">Reply-to email addresses</b> row.</li>
<li>Select <b class="bold">Add reply-to address</b>.</li>
2023-01-09 12:41:13 -05:00
</ol> -->
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "text-message-sender" > Change the text message sender</ h2 >
2020-02-19 08:20:38 +00:00
2023-06-06 15:28:24 -04:00
< p > The text message sender tells your users who the message is from.</ p >
2020-01-21 09:37:06 +00:00
2023-07-28 11:12:46 -04:00
< p > To change the text message sender from the default of ‘ Notify.gov’ :</ p >
2020-02-19 08:20:38 +00:00
2020-01-21 09:37:06 +00:00
< ol class = "list list-number" >
2023-08-25 10:40:56 -04:00
< li > Go to the < b class = "bold" > Text message settings</ b > section of the {{ service_link(current_service, 'main.service_settings', 'settings') }} page.</ li >
< li > Select < b class = "bold" > Manage</ b > on the < b class = "bold" > Text message senders</ b > row.</ li >
< li > Select < b class = "bold" > Change</ b > or < b class = "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 09:37:06 +00:00
{% endblock %}