How to configure reminders in WebMail Pro PHP?

WebMail Pro WebMail Pro WebMail Pro Windows Windows Windows Linux Linux Linux PHP PHP PHP calendar calendar calendar
To activate reminders in WebMail Pro PHP, you'll need to set the following script to be launched once an hour:

calendar/cron/reminders.php --step=60


Note that --step=60 should be passed to that PHP script so that the script is aware of how often it is launched.

On Windows, you can use built-in scheduler. For Linux, that is done via cronjob, check your system documentation for details.
Back to articles list