If I set PHPMailer as mail engine it will not be used for sending mails. After reload the settingspage the entry jumps back to Mimemail.

CommentFileSizeAuthor
#1 phpmailer_1072418_01.patch848 bytessgabe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sgabe’s picture

Project: Mime Mail » PHPMailer
Version: 7.x-1.x-dev » 7.x-3.x-dev
Status: Active » Needs review
FileSize
848 bytes

There is a small change in hook_mailengine() that needs to be implemented by PHPMailer. See the attached patch. Moving this to PHPMailer.

SharonD214@aol.com’s picture

Can'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

sun’s picture

Title: PHPMailer will not used to send mails » Mimemail's hook_mailengine() return value has changed
Category: bug » task
Status: Needs review » Postponed
Issue tags: -phpmailer

Postponing this on #811774: Port to D7

@sgabe: Which versions are affected by this change in hook_mailengine()? Only D7?

oadaeh’s picture

Issue summary: View changes
Status: Postponed » Fixed

The change was implemented as part of this commit: http://cgit.drupalcode.org/phpmailer/commit/?id=47f86ff (for #811774: Port to D7).

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.