Hi,
I have the mimemail module installed on my site and it seems that this module will not work if that module is enabled. I get the following message when installing this 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

Can you please confirm if this module can work alongside mimemail module as i beleive that module is necessary to send html mails.

Comments

kbahey’s picture

Status: Active » Closed (works as designed)

The error message is self explanatory. Two modules are trying to do the same thing (smtp_library). You will get unpredictable results if you do this.

kevinquillen’s picture

Can QM send emails as HTML since it relies on drupal_mail? This/that is a critical question. Also, it doesn't like to be used with SMTP module, which I use to define external servers to send mail rather than the application server.

kbahey’s picture

This was not in the design goals for this module. It is mainly for deferring mail sending to happen via cron.

There is nothing preventing someone to take the HTML parts of mime mail and make it hook into queue mail though, but it needs extra work.