{% extends "content_template.html" %} {% from "components/table.html" import mapping_table, row, text_field, edit_field, field with context %} {% block per_page_title %} Emails {% endblock %} {% block content_column_content %}
Send an unlimited number of emails for free with GOV.UK Notify.
{% if not current_user.is_authenticated %}Create an account and try Notify for yourself.
{% endif %}Notify makes it easy to:
You can also integrate with our API to send emails automatically.
Add your organisation’s logo and brand colour to email templates.
See how to change your email branding.
Notify offers a safe and reliable way to send files by email.
Upload a file using our API, then send your users an email with a link to download it.
Notify uses encrypted links instead of email attachments because:
Contact us if you want to send files by email.
Read our API documentation for more information.
Notify lets you choose the email address that users reply to.
Emails with a reply-to address seem more trustworthy and are less likely to be labelled as spam.
See how to add a reply-to address.
It’s free to send emails through Notify.
See pricing for more details.
{% endblock %}