View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012335 | mantisbt | public | 2010-09-09 14:19 | 2012-08-26 16:17 | |
Reporter | AlexRosa | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.2.2 | ||||
Summary | 0012335: 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) { | ||||
Tags | No tags attached. | ||||