----- all the setup and mail stuff then -------
print_r($mailer->transactions);
print('<br>Errors:<br>');
print_r($mailer->errors);
print('<br>Failed E-mail Address:<br>');
print_r($mailer->getFailedRecipients());
The bad address is the last address of the recipients array, Errors knows there is an error but the transactions data does not contain the e-mail address nor does the getFailed Recipient.
We are using the latest version of Qmail on the server with PHP4.3.9.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
SO:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]