From dabc2b91f6bb7dbd29ea17c5149bd9d3e838de7b Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 21 Jan 2020 09:37:06 +0000 Subject: [PATCH] Create branding-and-customisation.html --- .../guidance/branding-and-customisation.html | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 app/templates/views/guidance/branding-and-customisation.html diff --git a/app/templates/views/guidance/branding-and-customisation.html b/app/templates/views/guidance/branding-and-customisation.html new file mode 100644 index 000000000..19d71e8c4 --- /dev/null +++ b/app/templates/views/guidance/branding-and-customisation.html @@ -0,0 +1,67 @@ +{% 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

+ +

To change your email branding:

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

Add a reply-to email address

+ +

Notify lets you choose the email address that users reply to. You must add at least one reply-to address before your service can go live.

+ +

To add a reply-to email address:

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

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. +
  3. Go to the Settings page.
  4. +
  5. In the Text message settings section, select Manage on the Text message senders row.
  6. + +

    Change letter branding

    + +

    To change your letter branding:

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