Closed (fixed)
Project:
SMTP Authentication Support
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2007 at 11:11 UTC
Updated:
17 Apr 2007 at 15:16 UTC
Is there a possibility of creating an bond between mimemail and smtp module?
I don't quite know for sure how this can be achieved, but this is not only my case: my host refuses to allow mail() and that's why SMTP module is a requirement (I still cannot make it work with smtp.gmail.com, see my support issue http://drupal.org/node/132888 ).
I'm using send module which requires mimemail, which is required by other modules for sending email in HTML format.
What would be the solution for mimemail and SMTP to work together?
Comments
Comment #1
mishhh commentedAfter some investigation, it seems that only a hook would be required: smtp_mailengine()
In this way, mimemail would be conscious about smtp I guess...
Does anybody have a deeper insight on this issue?
Comment #2
LukeLast commentedThe problem is mimemail uses the PHP mail() function instead of drupal_mail(). The simple fix would be to replace the mail() function in mimemail's default mail engine with drupal_mail() as was brought up in this issue.
http://drupal.org/node/116040
Comment #3
smk-ka commentedMimemail has been updated.
--
Stefan Kudwien
http://www.unleashedmind.com
Comment #4
(not verified) commented