When multiple users are set to receive notifications for new content, there are a couple of problems:
1) Multiple copies of the notification are sent out
AND
2) Multiple users email addresses appear in the To field of the notification email !!
For example, if there are 3 users that are receiving notifications of new content -- one@mysite.com, two@mysite.com, and three@mysite.com …
- an email notification goes out to one@mysite.com
- another email is sent to one@mysite.com and two@mysite.com
- an additional email is sent to all 3 users: one@mysite.com, two@mysite.com and three@mysite.com.
It is critical that separate email notifications are sent to each user individually, so that none of the users are able to see the email addresses of the other users!!
I need to get this fixed A.S.A.P. Please advise on how to do so!
Thanks.
Comments
Comment #1
m3avrck commentedConfirmed, I am seeing this bug as well using the latest DRUPAL-5 2008-May-12 cvs code. Was *not* seeing this using the previous beta3.
Comment #2
m3avrck commentedThis issue seems to only be for those using PHPMailer and it is now fixed:
http://drupal.org/cvs?commit=117230
Comment #3
jwade commentedI can confirm that this issue only occurs when using PHPMailer, as when I switched to using "Mail" instead of "HTML Mail", only a single copy of each notification went out to each subscriber.
I will test this again when this module is released with the fix.
~ j.Wade
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.