This topic is locked
[SOLVED]

 MassMailer, send every 5 minutes

11/27/2015 3:28:48 AM
PHPRunner General questions
H
hirvojo1 author

How do I get MassMailer to verify and to send every 5 min? one hour is too long.

admin 11/28/2015

We do not have such an option in MassMailer template. It's possible but would require changes in MassMailer template/project and in cron.php file as well.

H
hirvojo1 author 11/29/2015

What kind of change would require MassMailer template/project?

What records information about when the last time was revised / sent by e-mail , is not it could be "reset" for example MySQL trigger?

cron.php I am part of the schedule.

admin 11/30/2015

Check mmtasks table, lastSent field. This field stores the value of last successful task execution date/time.

H
hirvojo1 author 12/2/2015

Thanks

I think I can get this to work like this.