Posted by rsevero on May 19, 2010 at 7:32pm
1 follower
| Project: | PHPMailer |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Currently the only output for the debug info is the screen.
The attached patch creates the option to log debug info also to a file.
This is very useful for problematic emails sent automatically (for example via cron). The problem I'm dealing with occurs during a massive simplenews batch send.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| phpmailer_debug_log_to_file.patch | 2.63 KB | Ignored | None | None |
Comments
#1
New version of the patch with minor correction on t() usage.