SendEmailCreator
SendEmailCreator copied to clipboard
Weekly reminder email
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?
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.
- Set the cron to only run once every 7 days. (I don't really recommend this option, the cron should be running often)
- Edit the code to do so.
- change
$minimum_email_spanto 604,800 https://github.com/creecros/SendEmailCreator/blob/7523902c1cc72659d638a4af8a65913b5e5e7dac/Action/SubTaskEmailDue.php#L94
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.