largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015291phplistMessage Send Processpublic15-05-09 02:2820-04-10 02:11
Reporteropenside 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionduplicate 
PlatformOSOS Version
Product Version2.10.10 
Target VersionFixed in Version2.10.12 
Summary0015291: SMTP send won't work without authentication
DescriptionLogic 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.
TagsNo tags attached.
Attached Files

- Relationships
duplicate of 0015325resolvedmichiel SMTP code is partially broken (revisited) 

-  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
Powered by Mantis Bugtracker