Files
notifications-admin/app/templates/views/guidance/create-and-send-messages.html
karlchillmaid 81f959cff2 Fix page title
2020-01-22 13:50:48 +00:00

25 lines
1.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% 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 %}
Create and send messages
{% endblock %}
{% block content_column_content %}
<h1 class="heading-large">Create and send messages</h1>
<p><a href="{{ url_for('main.register') }}">Create an account</a> to see a short tutorial explaining how to create and send messages.</p>
<h2 class="heading-medium" id="bulk-sending">Bulk sending</h2>
<p>To send a batch of messages at once:</p>
<ol class="list list-number">
<li><a href="{{ url_for('.register') }}">Sign in to Notify</a>.</li>
<li>Go to the Templates page and choose an existing template.</li>
<li>Select Send.</li>
<li>If youre sending emails, select Upload a list of email addresses. If youre sending text messages, select Upload a list of phone numbers. If youre sending letters, select Upload a list of addresses.</li>
{% endblock %}