diff --git a/app/templates/views/message-status.html b/app/templates/views/message-status.html index a04171210..6a1ebd56b 100644 --- a/app/templates/views/message-status.html +++ b/app/templates/views/message-status.html @@ -2,29 +2,21 @@ {% from "components/table.html" import mapping_table, row, text_field %} {% block per_page_title %} - Message status + Delivery status {% endblock %} {% block content_column_content %} -
When you send a message using GOV.UK Notify, it moves through different states.
-Notify’s real-time dashboard lets you check the status of any message, to see when it was delivered. You can also use our API to check the status of your messages.
+Notify’s real-time dashboard lets you check the status of any message, to see when it was delivered.
For security, this information is only available for 7 days after a message has been sent. You can download a report, including a list of sent messages, for your own records.
+ +This page describes the types of message status you’ll see when you’re signed in to Notify.
+ +
If you’re using our API, some of the statuses you’ll see will be different. Read our documentation for a list of API message statuses.
-These are the types of message status you’ll see when you’re signed in to Notify.
-If you’re using our API, some of the statuses you’ll see will be different. Read our documentation for a detailed list of API message statuses.
- -If an email is marked as spam, Notify receives a ‘complaint’ from the email provider. We contact you if we receive a complaint about any of your emails. When this happens you should remove the recipient’s email address from your list.
-Notify does not track open rates and click-throughs because there are privacy issues. Tracking emails without asking users for their consent risks breaching General Data Protection Regulations (GDPR).
+ +Every letter we send includes our printer’s address on the back of the envelope. It’s not possible to customise the return address.
+Returned mail is securely destroyed by our printer.
+Each letter has a unique ID. Our printer sends us the ID of every letter they destroy. We contact you if the IDs match any of your letters. This is a partly manual process, so it can take a few weeks.
+ {% endblock %}