| Anonymous | Login | Signup for a new account | 21-11-09 02:10 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0015291 | [phplist] Message Send Process | major | always | 15-05-09 02:28 | 01-11-09 17:23 | |||||||
| Reporter | openside | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 2.10.10 | |||||||||
| Summary | 0015291: SMTP send won't work without authentication | |||||||||||
| Description |
Logic in constructor of class PHPlistMailer is wrong in the case of using SMTP. The offending code is: if (defined('PHPMAILERHOST') && PHPMAILERHOST != '') && isset($GLOBALS['phpmailer_smtpuser']) && $GLOBALS['phpmailer_smtpuser'] != '') { .... } SMTP will only be set if phpmailer_smtpuser has been set in the configuration. This precludes the use of SMTP servers which do not require authentication. The fix is simple and is left as an exercise for the maintainers. |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
Notes |
|
|
(0050765) h2b2 (reporter) 01-11-09 17:23 |
Issue confirmed in this thread, which also includes a workaround soltion: http://forums.phplist.com/viewtopic.php?p=67035#p67035 [^] |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |