Files
notifications-admin/app/templates/views/delivery-and-failure.html

73 lines
2.8 KiB
HTML
Raw Normal View History

2016-05-09 16:18:13 +01:00
{% extends "withoutnav_template.html" %}
{% block page_title %}
Delivery and failure GOV.UK Notify
{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
2016-05-23 09:36:57 +01:00
<h1 id="messagedeliveryandfailure" class="heading-large">Delivery and failure</h1>
2016-05-09 16:18:13 +01:00
<p>Our delivery states are:</p>
2016-05-23 09:36:57 +01:00
<ul class="list list-bullet">
2016-05-09 16:18:13 +01:00
<li><a href="#sending">Sending</a></li>
<li><a href="#delivered">Delivered</a></li>
<li><a href="#does-not-exist">Phone number or email address does not exist</a></li>
<li><a href="#inbox-not-accepting-messages">Inbox not accepting messages right now</a></li>
<li><a href="#phone-not-accepting-messages">Phone not accepting messages right now</a></li>
2016-05-09 16:18:13 +01:00
<li><a href="#technical-failure">Technical failure</a></li>
</ul>
2016-05-23 09:36:57 +01:00
<h2 id="sending" class="heading-medium">Sending</h2>
2016-05-09 16:18:13 +01:00
<p>All messages start in the Sending state.</p>
2016-05-09 16:18:13 +01:00
<p>This means that we have accepted the message. Its waiting in a queue to be sent to our email or text message delivery partners.</p>
2016-05-09 16:18:13 +01:00
2016-05-23 09:36:57 +01:00
<h2 id="delivered" class="heading-medium">Delivered</h2>
2016-05-09 16:18:13 +01:00
<p>This means the message is in the persons email inbox or on their phone.</p>
<p>We cant tell you if theyve read it to do so would require invasive and unreliable tracking techniques.</p>
<h2 id="does-not-exist" class="heading-medium">Phone number or email address does not exist</h2>
2016-05-09 16:18:13 +01:00
<p>Youre still billed for text messages to non-existant phone numbers.</p>
2016-05-09 16:18:13 +01:00
<p><strong>You need to remove these email addresses or phone numbers from your database.</strong></p>
2016-05-09 16:18:13 +01:00
<a id="not-accepting-messages"></a>
<h2 id="inbox-not-accepting-messages" class="heading-medium">Inbox not accepting messages right now</h2>
2016-05-09 16:18:13 +01:00
<p>This can happen for a number of reasons, eg the users inbox was full.</p>
2016-05-09 16:18:13 +01:00
<p><strong>You can choose to retry these messages later or not.</strong></p>
<h2 id="phone-not-accepting-messages" class="heading-medium">Phone not accepting messages right now</h2>
2016-05-09 16:18:13 +01:00
<p>This means the users phone was full or hasnt been switched on in the last 72 hours.</p>
2016-05-09 16:18:13 +01:00
<p>Youre still billed for these messages.</p>
<p><strong>You can choose to retry these messages later or not.</strong></p>
2016-05-09 16:18:13 +01:00
2016-05-23 09:36:57 +01:00
<h2 id="technical-failure" class="heading-medium">Technical failure</h2>
2016-05-09 16:18:13 +01:00
<p>This means there is a problem with the connection between Notify and our email or text message delivery partners.</p>
<p>Messages still being retried are marked as Sending. We mark messages as Technical failure once weve given up.</p>
2016-05-09 16:18:13 +01:00
<p>You wont be billed for these messages.</p>
<p><strong>You need to retry these messages yourself later.</strong></p>
2016-05-09 16:18:13 +01:00
</div>
</div>
{% endblock %}