- Products
- Purchase
Order Online Maintenance Renewal Resellers - Support
Helpdesk Online Documentation Web Forum - Our Clients
- About
About us Services Contact
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:
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.
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.