Quote:
Originally Posted by Videx
Agree. We use a separate Sponsors Calendar and I get a reminder emailed a few days in advance. I was hoping to be able to use this mod to take over that task. But if the banner stops running at the same time the reminder goes out then that's kind of useless.
"Send expiration email x days in advance" would be a nice option. Or just automatically send them out 3-7 days prior.
|
You may change the line 31 in rbs_mail_cron.php from:
Code:
AND enddate<" . TIMENOW;
to
Code:
AND enddate<" . (TIMENOW - 86400 * N);
where
N is the number of days you wish to be advised before.
I'm not sure if I will implement this feature.