| Anonymous | Login | Signup for a new account | 02-09-10 21:46 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015291 | phplist | Message Send Process | public | 15-05-09 02:28 | 20-04-10 02:11 | |
| Reporter | openside | |||||
| Priority | normal | Severity | major | Reproducibility | always | |
| Status | resolved | Resolution | duplicate | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.10 | |||||
| Target Version | Fixed in Version | 2.10.12 | ||||
| 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. | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0050765) h2b2 (manager) 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 [^] |
| Copyright © 2000 - 2010 MantisBT Group |