<% if SentRecipients(Failed) %>

Sending to the Following Recipients Failed

<% control SentRecipients(Failed) %> <% end_control %>
Result
$Email $LastEdited $Result
<% end_if %> <% if SentRecipients(Bounced) %>

Sending to the Following Recipients Bounced

<% control SentRecipients(Bounced) %> <% end_control %>
Date Result
$Email $LastEdited $Result
<% end_if %> <% if UnsentSubscribers %>

The Newsletter has Never Been Sent to Following Subscribers

<% control UnsentSubscribers %> <% end_control %>
Firstname Surname
$FirstName $Surname $Email
<% end_if %> <% if SentRecipients(Sent) %>

Sending to the Following Recipients was Successful

<% control SentRecipients(Sent) %> <% end_control %>
Date Result
$Email $LastEdited $Result
<% end_if %>