{% extends "content_template.html" %} {% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} {% from "components/sub-navigation.html" import sub_navigation %} {% block per_page_title %} Guidance {% endblock %} {% block content_column_content %}

Branding and customisation

This page explains how to:

Change email branding

The default branding for email templates is the GOV.UK logo.

To change your email branding:

  1. Sign in to Notify.
  2. Go to the Settings page.
  3. In the Email settings section, select Change on the Email branding row.

Add a reply-to email address

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 request to go live.

To add a reply-to email address:

  1. Sign in to Notify.
  2. Go to the Settings page.
  3. In the Email settings section, select Manage on the Reply-to email addresses row.
  4. Select Add reply-to address.

Change the text message sender

The text message sender name tells your users who the message is from.

To change the text message sender from the default of ‘GOVUK’:

  1. Sign in to Notify.
  2. Go to the Settings page.
  3. In the Text message settings section, select Manage on the Text message senders row.
  4. Change letter branding

    Letter templates do not have default branding.

    To add a logo to your letters:

    1. Sign in to Notify.
    2. Go to the Settings page.
    3. In the Letter settings section, select Change on the Letter branding row.
    {% endblock %}