Leaving this here, in case someone comes across this post:
The cron format that worked for me, using the Cronjobs app in a Cpanel dashboard was:
This format will send you emails for as often as you set the frequency. I did this while testing and got email notices that said:
either "
Processed 0 messages into the email queue." or something like "
Processed 1 messages into the email queue. Sent 1 messages successfully."
To stop getting notifications change the format to:
Code:
curl -s "URL HERE" > /dev/null 2>&1