The value of the site_mail was not retrieved correctly if no other default "from" option was specified.
| Comment | File | Size | Author |
|---|---|---|---|
| smtp.mail_.inc_.patch | 759 bytes | lucor |
The value of the site_mail was not retrieved correctly if no other default "from" option was specified.
| Comment | File | Size | Author |
|---|---|---|---|
| smtp.mail_.inc_.patch | 759 bytes | lucor |
Comments
Comment #1
fabianx commentedReviewed and Tested.
site_email does not exist as variable, it should really be site_mail.
Please apply.
Comment #2
franzThanks for the catch. Next time, please read http://drupal.org/patch to roll a patch properly.
Comment #4
Ryan Palmer commentedAlso an issue in the D6 branch. All instances of site_email in smtp.module should be changed to site_mail.
Comment #5
fabianx commentedComment #6
wundo commentedCommited, thanks!