Closed (fixed)
Project:
PHPMailer
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2011 at 13:16 UTC
Updated:
28 Aug 2016 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sgabe commentedThere is a small change in hook_mailengine() that needs to be implemented by PHPMailer. See the attached patch. Moving this to PHPMailer.
Comment #2
SharonD214@aol.com commentedCan't send email with PHPMAIL. I'm getting the following message.
Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in mimemail_mailengine() (line 159 of C:\wamp\www\drupal\sites\all\modules\mimemail\mimemail.module).
I've used the same SMTP setting on SMTP Auth and mail is sent fine. Any ideas?
Sharon
Comment #3
sunPostponing this on #811774: Port to D7
@sgabe: Which versions are affected by this change in hook_mailengine()? Only D7?
Comment #4
oadaeh commentedThe change was implemented as part of this commit: http://cgit.drupalcode.org/phpmailer/commit/?id=47f86ff (for #811774: Port to D7).