PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_Queue » Bug #147

sendMailsInQueue() questionable failure handling....

Details

Submitted2003-10-23 17:13 UTC
Fromgabe at websaviour dot com
Assignedquipo
StatusClosed
PackageMail_Queue
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2003-10-23 17:13 UTC] gabe at websaviour dot com

Description:
------------
If send_mail returns an error then sendMailsInQueue()
aborts
immediately. While this is presumably meant to handle
fatal send
mail errors related to misconfiguration, it should be
noted that
errors can be generated as a result of the contents of
the mail
itself. In my case one of the email addresses I was
sending to had
a bad domain name in it. In that case I still want to
continue
sending subsequent mails without having to go into the
container and manually delete the bad entry.