Closed (fixed)
Project:
SMTP Authentication Support
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2011 at 22:38 UTC
Updated:
8 Oct 2012 at 19:01 UTC
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!