#181 - Calendar Auto-Subscribe & Admin Emails This is a spacer post for a website comment topic. The content this topic relates to: #181 - Calendar Auto-Subscribe & Admin Emails By Guest posted 28th May 2010, 7:16 AM Do not fill this field in. 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); 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
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);