Feature #29061
Show error messages when send by SMTP fails
| Status: | Closed | Start date: | 2011-08-17 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ivan Dharma Kartolo | % Done: | 0% |
|
| Category: | swiftmailer | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
When send by SMTP fails it is reported in the statistics as if it was sent successfully. Worse yet, no log or error message reveals that nothing has been sent.
I had the problem with the infamous validation failure from Pear and only found out about the problem (a '.' in the senders name) after checking the code manually.
Solution would be to check for errors after sending the mails with PEAR::isError($res) and generate a message or log entry.
History
Updated by Olivier Dobberkau over 1 year ago
- Status changed from New to Needs Feedback
- Assignee set to Ivan Dharma Kartolo
Any Ideas on creating this easily, Ivan.
Updated by Ivan Dharma Kartolo over 1 year ago
- Category changed from Feature to swiftmailer
Updated by Ivan Dharma Kartolo 12 months ago
- Status changed from Needs Feedback to Closed
closing this, since it will be deprecated, once direct_mail with swiftmailer is released, which will be released soon :)