Needs review
Project:
Messaging
Version:
6.x-4.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2010 at 19:10 UTC
Updated:
8 Jun 2012 at 22:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
tbenice commentedWhat's also not right is that the mail option test in messaging settings will send to the user's account address, but notifications messages are sent to the messaging_destinations address. There's a disconnect there someplace.
Comment #2
tbenice commentedthis is a truly annoying bug. i'm changing it to urgent. not sure how to address it.
Comment #3
univate commentedSee attached patch for a solution.
I have added a function to update addresses in the message_destination table for any message type and then in messaging_mail, messaging_mime_mail, messaging_phpmailer & messaging_sms added function to hook into user updating these details and update these.
I haven't used another other message types, so they may need to still be updated.
Comment #4
univate commentedHere it is a normal patch as well.
Comment #5
univate commentedActually seems the fix is a little simpler then I first thought and don't need to repeat the changes for mime_mail and phpmailer as they inherit the messaging_mail destination, so I can remove half the changes from the above patch.
Comment #6
JoeMcGuire commentedThanks - Attached is a rerolled patch against latest dev.
Tested and works for user email changes. Is anyone able to test the the SMS amends?
Comment #7
ryan_courtnage commented#5 and #6 are good patches that fix the issues described in the bug description. I did not test sms.