View Issue Details

IDProjectCategoryView StatusLast Update
0012335mantisbtemailpublic2012-08-26 16:17
ReporterAlexRosa Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.2 
Summary0012335: PHPMailer 5.0 does not send email to local network addresses
Description

The PHPMailer library always uses the standard FILTER_VALIDATE_EMAIL from PHP, even when sending emails thru mail() method -- that could accept local network addresses (like user@box).

Steps To Reproduce

Install Mantis at a server with local network email addresses (like user@box).

Additional Information

The current workaround is to edit (...)/library/phpmailer/class.phpmailer.php at line 525, adding a test to check if the current method is mail():

if(this-Mailer != 'mail' && filter_var($address, FILTER_VALIDATE_EMAIL) === FALSE) {

TagsNo tags attached.

Relationships

duplicate of 0014543 closeddregad Emails are not sent to addresses with single subdomain 
has duplicate 0012649 closedatrol Doesn't sends anything to Exchange emails