-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Scheduler #28
Comments
The bulk-mail-cli configuration has an So what you want is technically achievable in bulk-mail-cli v2. {
...
"configuration": {
"mailInterval": "*/10 * * * * *", // Cron Expression: To mail every 10 seconds [ >= 10 seconds recommended ]
}
...
} Reference Link: https://stackoverflow.com/questions/41743720/crontab-run-every-15-minutes-between-certain-hours In case I am incorrect or something doesn't work, let me know, I can create a separate feature for this :D |
I don't understand the semantics of Refs #27 |
Yes. It's B). It sends email once and then after the interval to the next one and so on. By the way, make sure you set the cron string to at least 2 minutes as the cron has hard time working with seconds. Will add this in next update. |
I'd like my mails to only be sent at certain hours for example: between 9 AM and 5 PM.
The text was updated successfully, but these errors were encountered: