% if SentRecipients(Failed) %>
Sending to the Following Recipients Failed
Email |
Date |
Result |
<% control SentRecipients(Failed) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>
<% if SentRecipients(Bounced) %>
Sending to the Following Recipients Bounced
Email |
Date |
Result |
<% control SentRecipients(Bounced) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>
<% if SentRecipients(BlackListed) %>
Sending to the Following Recipients Did Not Occur Because They Are BlackListed
Email |
Date |
Result |
<% control SentRecipients(BlackListed) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>
<% if UnsentSubscribers %>
The Newsletter has Never Been Sent to Following Subscribers
Email |
Firstname |
Surname |
<% control UnsentSubscribers %>
$Email |
$FirstName |
$Surname |
<% end_control %>
<% end_if %>
<% if SentRecipients(Sent) %>
Sending to the Following Recipients was Successful
Email |
Date |
Result |
<% control SentRecipients(Sent) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>