WebMail Pro documentation

Configuring reminders

In calendar of WebMail Pro, you can assign one or several reminders for any event. Reminders will be sent to your email address. But to make this work, server-level configuration is required.

To activate reminders in WebMail Pro, you'll need to set modules/Calendar/Cron.php script to be launched every 5 minutes.

On Linux, that's typically done via cronjob. Type crontab -e and enter the following:

*/5 * * * * php /var/www/html/webmail/modules/Calendar/Cron.php

Make sure you supply the correct path for your WebMail Pro installation.

On Windows, you can use built-in scheduler, or a crontab alternative.

If your system doesn't support cronjobs, you could use free Cron services like cron-job.org and invoke http://yourdomain.com/webmail/modules/Calendar/Cron.php script remotely.