SMTP Configuration
Needed for tracking pixels to work in emails.
Test Connection

Enter an email address to send a test message using the settings on the left.

Background Automation (Cron Job)

To send emails automatically in the background, add this command to your server's Cron Jobs (set to run every 1 minute):

* * * * * php /home/ntdirjgm/s.meera-ai.in/cron.php > /dev/null 2>&1
  • Log in to your cPanel.
  • Search for "Cron Jobs".
  • Select "Once Per Minute (* * * * *)".
  • Paste the command above into the "Command" box.