Closed (works as designed)
Project:
Queue Mail
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2008 at 19:14 UTC
Updated:
26 Dec 2008 at 15:58 UTC
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
Comment #1
kbahey commentedThe 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.
Comment #2
kevinquillen commentedCan 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.
Comment #3
kbahey commentedThis 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.