Closed (fixed)
Project:
PHPlist Integration Module
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Jul 2011 at 07:58 UTC
Updated:
2 Aug 2011 at 09:01 UTC
Emails transferred to PHPlist contain the default address info@example.org instead of the site email address. This seems to be caused by the code
variable_get('site_email', 'info@example.com')
From testing I believe the variable should be 'site_mail', not 'site_email'.
Thanks for a very useful module!
Comments
Comment #1
MauriceT commentedCorrection - default address being displayed is info@example.com, not info@example.org
Comment #2
paulbeaney commentedHi Maurice,
I take it you mean the PHPlistBackend module? I have corrected the error (surprised noone has reported it before now!) and updated the D6-DEV release. Please can you confirm it works ok then I'll do a new release.
Regards,
- Paul
Comment #3
MauriceT commentedHi Paul
Yes I've tested that and it works. Many thanks.
Maurice
Comment #4
paulbeaney commentedRolled into a new release (6.x-1.6)