Home » Mail » Mail_Queue » Bug #147
sendMailsInQueue() questionable failure handling....
Details
| Submitted | 2003-10-23 17:13 UTC |
|---|---|
| From | gabe at websaviour dot com |
| Assigned | quipo |
| Status | Closed |
| Package | Mail_Queue |
| PHP Version | Irrelevant |
| 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.