Skip to main content

Trying to change cron job email

Comments

1 comment

  • cPanelKenneth
    Hello, We don't provide a full crontab editor within WHM. If you want to change the email addressed by root's crontab, then you need to do it via the command line. A quick (untested) overview: 1. Login to your server via SSH 2. As root run: crontab -e 3. Add the following to the top of the file: MAILTO="your_address@here" 4. Save and exit
    0

Please sign in to leave a comment.