Closed jigmelam closed 9 years ago
Read carefully this section : https://github.com/Hopebaytech/redmine_mail_reminder#testing-redminder-mail
rake reminder:exec
so the "last execution date" is set and you have to wait one day to try again.If you rake reminder:exec[test]
it certainly means that your plugin works (see #3).
rake reminder:exec work. Thank you!
I setup send mail on 8h30 everyday but: "rake reminder:exec[test]" is work but "rake reminder:exec" (no test param) not work! So I still setup on crontab file with [test] param
Thank you!