% if SentRecipients(Failed) %>
<% _t('SENDFAIL','Sending to the Following Recipients Failed') %>
<% _t('EMAIL','Email') %> |
<% _t('DATE','Date') %> |
<% _t('RES','Result') %> |
<% control SentRecipients(Failed) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>
<% if SentRecipients(Bounced) %>
<% _t('SENDBOUNCED','Sending to the Following Recipients Bounced') %>
<% _t('EMAIL') %> |
<% _t('DATE') %> |
<% _t('RES') %> |
<% 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
<% _t('EMAIL') %> |
<% _t('DATE') %> |
<% _t('RES') %> |
<% control SentRecipients(BlackListed) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>
<% if UnsentSubscribers %>
<% _t('NEWSNEVERSENT','The Newsletter has Never Been Sent to Following Subscribers') %>
<% _t('EMAIL') %> |
<% _t('FN','Firstname') %> |
<% _t('SN','Surname') %> |
<% control UnsentSubscribers %>
$Email |
$FirstName |
$Surname |
<% end_control %>
<% end_if %>
<% if SentRecipients(Sent) %>
<% _t('SENTOK','Sending to the Following Recipients was Successful') %>
<% _t('EMAIL') %> |
<% _t('DATE') %> |
<% _t('RES') %> |
<% control SentRecipients(Sent) %>
$Email |
$LastEdited |
$Result |
<% end_control %>
<% end_if %>