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

MauriceT’s picture

Correction - default address being displayed is info@example.com, not info@example.org

paulbeaney’s picture

Hi 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

MauriceT’s picture

Hi Paul

Yes I've tested that and it works. Many thanks.
Maurice

paulbeaney’s picture

Status: Needs review » Fixed

Rolled into a new release (6.x-1.6)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.