% 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 UnsentSubscribers %>
The Newsletter has Never Been Sent to Following Subscribers
Firstname |
Surname |
Email |
<% control UnsentSubscribers %>
$FirstName |
$Surname |
$Email |
<% 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 %>