Closed (duplicate)
Project:
SMTP Authentication Support
Version:
6.x-1.0-beta5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 May 2011 at 17:31 UTC
Updated:
16 Sep 2011 at 22:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
kristen polHere's the setup:
1) install smtp & mimemail
2) configure smtp with smtp server, from, etc.
3) configure mimemail to use smtp server
4) create a new rule that uses the mimemail html email action (for example, if content is changed, send an html email... put some html in the email text)
5) do whatever you need to do to trigger the rule in #4 (e.g. edit/save content)
You will see the error: The submitted from address () is not valid
I went in and debugged it and found some missing parentheses in the smtp module.
needs to change to:
I have attached a patch.
Note that this is a general bug and may come up in other configurations as well but I just saw the issue with this particular configuration.
Comment #2
DarthDrupal commentedSame issue here. The patch worked. thanks!
Comment #3
cjback commentedSame issue. The patch worked for me as well. Thanks Kristen!
Comment #4
saurabhk_97 commentedI had the exact same issue and the patch worked perfectly. Thank you very much Kristen.
Regards,
Saurabh Kumar
Comment #5
josesanmartin commentedAn identical patch has been commited to HEAD at http://drupal.org/node/1012062