I've set How do I specify the sender address for email sent from my cron jobs? asked 26 Dec '12, 13:14 seanf |
There are two ways you can specify the sender address for your cron email messages: The MAILFROM variableYou can set a
With these settings, any output from your cron jobs will be sent to your Note that this applies to all of your cron jobs. If you want to use different mail settings for individual cron jobs, then use the "pipe to the mail command" method, described below. Pipe to the mail commandIf you want to use mail settings different from your
|