⏰ TEST MODE: Email Every Minute
⚠️ TESTING: Emails will be sent every minute to connectharshruhela@gmail.com
Step 1: Set up cron job (runs every minute for testing):
* * * * * wget -q -O- "https://bulkfootwear.in/index.php?cron=cron_2024_secure" > /dev/null 2>&1
Step 2: Check if it's working:
tail -f cron_log.txt
Step 3: After confirming it works, change to DAILY (3 emails a day):
0 8,13,19 * * * wget -q -O- "https://bulkfootwear.in/index.php?cron=cron_2024_secure" > /dev/null 2>&1