Active
Project:
Advanced Mail Reroute
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2011 at 17:45 UTC
Updated:
18 Apr 2011 at 23:23 UTC
Jump to comment: Most recent
This is not working with simplenews digest.
I've tried both reroute and block
The log says that the emails were blocked but there actually were not.
What it is doing is stripping the content of the email.
I've had to turn off cron to stop the queued emails from sending. Since I've got some angry users I'd like to figure out how to empty that queue if anyone knows.
Thanks for your help
Phil
Comments
Comment #1
Anonymous (not verified) commentedHi Phil. I thought at first it could be that simplenews or simplenews digest might be using hook_mail_alter, but they are not,. Simplenews is calling drupal_mail which then gets passed through hook_mail_alter. So I am not sure why it is not working.
Unfortunately I do not have time to look into it further, but if anyone else finds a solution please let us know.