Email Recipients
Add email addresses that will receive policy expiry reminders.
Insurance Agencies
Manage the list of insurance agencies/companies.
Reminder Configuration
Recent Reminder Logs
| Date & Time | Policy | Customer | Type | Sent To | Status |
|---|---|---|---|---|---|
| Loading... | |||||
Cron Job Setup
Setting up the Daily Reminder Cron Job
Add the following cron job to run the reminder script daily. In Hostinger, go to Advanced → Cron Jobs.
1. Cron Command:
/usr/bin/php /home/u123456789/domains/yourdomain.com/public_html/cron_reminder.php
2. Recommended Schedule:
0 9 * * *
This runs daily at 9:00 AM. Adjust the time as needed.
3. Alternative - Using wget (with secret key):
wget -q -O /dev/null "https://yourdomain.com/cron_reminder.php?key=YOUR_SECRET_KEY"
Important: Update the path and set up a secret key in cron_reminder.php for security.