When trying to use Queue Mail with PHPMailer to send a Sunmailer newsletter, I get the following error:

Queue mail smtp_library
The variable "smtp_library" is set to "sites/all/modules/phpmailer/phpmailer.module". This means another module is using another smtp_library. Please beware that this can cause emails not to be sent properly. Please unset the "smtp_library" manually, or disable the module that uses it, then disable and reenable this module.

Mails are not being queued and we are getting a more-mails-than-allowed-per-hour warning from the ISP every week. Is there any way to make this work properly?

Thanks in advance!

Comments

l_o_l’s picture

I had the same message (not an error). Seems this module only functions well with the default mail handling in Drupal. I had the Smtp modules installed. After disabling and removing that module, the queue mail module worked just fine.

mkalbere’s picture

Is it working now ?

Steven Jones’s picture

Status: Active » Fixed

Sorry people but Queue mail was quite limited in D6, so it's not going to support using external mail libraries to send email. I'd check out this issue: #1040628: MailQ and smtp not working together on D6 which is about using the MailQ project to queue mail and sent it via the SMTP module. So you might be better off using that module.

Status: Fixed » Closed (fixed)

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