Active
Project:
Notifications
Version:
7.x-1.x-dev
Component:
Notifications
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 14:25 UTC
Updated:
31 Aug 2012 at 21:51 UTC
Sender options Full name, Site name, Does not work.
Comments
Comment #1
danepowell commentedYeah, this is not working... very annoying. There is something seriously messed up about how messages are getting 'built', such that the sender information is not getting filled. But I suspect this is causing other problems as well.
I don't understand enough about the relationship between messaging 'methods', 'objects', and what the 'messaging simple' class is supposed to do to implement a proper fix. However, a quite hackish but workable solution is to add the following lines to the start of the message_prepare() function in messaging_mail.inc:
Comment #2
danepowell commentedNevermind... that works when sending a test message but not when sending via cron. I'm guessing because no user is actually logged in. I'm not sure if that's a separate issue or not.
Comment #3
danepowell commentedOkay I think this works- insert in the same place as in #1: