Today we can send all cron output to a specified e-mail or DA username.
But I received the question if it's possible to have the output send to multiple recipients.
When I was looking a bit around I modified the MAILTO="email" in crontab itself by adding a comma and a second recipient which is working for me.
When I try to add the multiple recipients via the cronjob page itself it says that it's an invalid email address.
I'm running a CentOS 7 where I could not find this in the crontab manual, but I could find it here: https://www.freebsd.org/cgi/man.cgi?crontab(5)
But I received the question if it's possible to have the output send to multiple recipients.
When I was looking a bit around I modified the MAILTO="email" in crontab itself by adding a comma and a second recipient which is working for me.
When I try to add the multiple recipients via the cronjob page itself it says that it's an invalid email address.
I'm running a CentOS 7 where I could not find this in the crontab manual, but I could find it here: https://www.freebsd.org/cgi/man.cgi?crontab(5)
MAILTO may also be used to direct mail to multiple recipients by separating recipient users with a comma.