Settings

Email Recipients

Add email addresses that will receive policy expiry reminders.

Insurance Agencies

Manage the list of insurance agencies/companies.

Reminder Configuration

Send reminders when policy expires in these many days. Example: 3,7,15,30

Available variables: {customer_name}, {policy_number}, {agency}, {expiry_date}, {days_remaining}

Recent Reminder Logs

Date & TimePolicyCustomerTypeSent ToStatus
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.