View Issue Details

IDProjectCategoryView StatusLast Update
0000181Composrcalendarpublic2020-06-23 16:25
ReporterrickAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0000181: Calendar Auto-Subscribe & Admin Emails
DescriptionI found a slight problem, if you have the system sending copies of emails to the admin you will get all emails that are not mass emails. In other words you will get individual system emails and the like, but you won't get a copy of each news letter that is sent to the masses.

Well I just told the group how to go in and subscribe to Calendar events and now each time the system sends reminders to the subscribers I get a copy of everyone's. The problem is that we have an average of one to two events per day and at the moment I only have about 20 members subscribed but even that will generate 20 to 40 emails a day. If my entire membership of of just over 200 members subscribed I would have up to 400 emails a day. So I think that the auto-subscribe should be excluded in the same manner as the news letters.
Steps To ReproduceEnable Blind CC (BCC)
Have several members auto-subscribe to calendar events
wait for a mass of emails
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2010-05-28 11:16

administrator   ~0000013

In sources/hooks/systems/cron/calendar.php,


mail_wrap($subject_tag,$message_raw,array($to_email),$to_name,'','',$job['e_priority']);
change to
mail_wrap($subject_tag,$message_raw,array($to_email),$to_name,'','',$job['e_priority'],NULL,true);

Issue History

Date Modified Username Field Change
2020-06-23 16:25 Chris Graham Fixed in Version 4.4 => 11 alpha1