How do I stop cron job email notifications?
To suppress cron job email notifications, modify the cron command:Add Suppression: Append > /dev/null 2>&1 to the command, e.g.:cd /home/www/salesmanager.mayfairhotels.c…
Shared hosting | Seme-dedicated | Free resellers
To suppress cron job email notifications, modify the cron command:Add Suppression: Append > /dev/null 2>&1 to the command, e.g.:cd /home/www/salesmanager.mayfairhotels.c…