How do I stop cron job email notifications?
Последна промяна: 15.10.2025 09:03
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.ca; php -f cron.php > /dev/null 2>&1