creecros / SendEmailCreator

Kanboard Plugin to add various automatic email actions
MIT License
83 stars 17 forks source link

Weekly reminder email #35

Open Brianfcs98 opened 4 months ago

Brianfcs98 commented 4 months ago

I have tried to create an automated action that sends an email every week reminding the tasks assigned to the user that are still open. I can't do it, I don't know if I failed with the cronjob or something else...Have you done something similar by chance?

creecros commented 4 months ago

There really isn't enough information here to offer assistance. I can tell you, this action has no issues working if setup properly, so I would say it's most likely your cronjob.

If your aim is to send the email only every 7 days, you have 2 options to achieve that.

  1. Set the cron to only run once every 7 days. (I don't really recommend this option, the cron should be running often)
  2. Edit the code to do so.

If you edit php code, I will note that many servers are setup to cache php, I recommend a server restart if you are not sure.