Updated the states for failure names

This commit is contained in:
Pete Herlihy
2016-05-20 14:52:55 +01:00
committed by Chris Hill-Scott
parent bd22aa7189
commit 66415b1cbe

View File

@@ -20,8 +20,8 @@ Delivery and failure GOV.UK Notify
<ul>
<li><a href="#sending">Sending</a></li>
<li><a href="#delivered">Delivered</a></li>
<li><a href="#permanent-failure">Permanent failure</a></li>
<li><a href="#temporary-failure">Temporary failure</a></li>
<li><a href="#permanent-failure">Failed permanently</a></li>
<li><a href="#temporary-failure">Failed temporarily</a></li>
<li><a href="#technical-failure">Technical failure</a></li>
</ul>
@@ -31,7 +31,7 @@ Delivery and failure GOV.UK Notify
<p>All new messages start with the state Sending.</p>
<p>If we cant deliver a message straight away, well keep trying for up to 24 hours.</p>
<p>If we cant deliver a message straight away, well keep trying for up to 72 hours.</p>
<h2 id="delivered">Delivered</h2>
@@ -39,7 +39,7 @@ Delivery and failure GOV.UK Notify
<p>We cant tell you if theyve read it to do so would require invasive and unreliable tracking techniques.</p>
<h2 id="permanent-failure">Permanent failure</h2>
<h2 id="permanent-failure">Failured parmanently</h2>
<p>This means the email address or mobile number doesnt exist or is blacklisted also known as a hard bounce.</p>
@@ -47,11 +47,11 @@ Delivery and failure GOV.UK Notify
<p><strong>You need to remove this email address or mobile number from your database.</strong></p>
<h2 id="temporary-failure">Temporary failure</h2>
<h2 id="temporary-failure">Failed temporarily</h2>
<p>This means the email address or mobile number was full, or the mobile phone was switched off  also known as a soft bounce.</p>
<p>Well retry emails for up to 15 minutes and text message for up to 24 hours. Messages still being retried are marked as Sending. We mark messages as Temporary failure once weve given up.</p>
<p>Well retry emails for up to 15 minutes and text message for up to 72 hours. Messages still being retried are marked as Sending. We mark messages as Failed temporarily once weve given up.</p>
<p>Youre still billed for these messages.</p>
@@ -61,7 +61,7 @@ Delivery and failure GOV.UK Notify
<p>This means there is a problem with the connection between Notify and our email or text message delivery partners.</p>
<p>Well try to send these messages for up to 24 hours. Messages still being retried are marked as Sending. We mark messages as Temporary failure once weve given up.</p>
<p>Well try to send these messages for up to 72 hours. Messages still being retried are marked as Sending. We mark messages as Temporary failure once weve given up.</p>
<p>You wont be billed for these messages.</p>