View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000181 | Composr | calendar | public | 2010-05-27 23:28 | 2020-06-23 16:25 |
Reporter | rick | Assigned To | Chris Graham | ||
Severity | Minor-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0000181: Calendar Auto-Subscribe & Admin Emails | ||||
Description | I 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 Reproduce | Enable Blind CC (BCC) Have several members auto-subscribe to calendar events wait for a mass of emails | ||||
Tags | No tags attached. | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
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); |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-06-23 16:25 | Chris Graham | Fixed in Version | 4.4 => 11 alpha1 |