I recently discovered that cron
(at least on Ubuntu 14+) supports a setting called CONTENT_TYPE
where I can specify the content type for emails like:
CONTENT_TYPE="text/html; charset=utf-8"
On another non-Ubuntu server I use the version does not support this. I looked at every man page I could find to no avail. Is there a way to find out all of the supported settings for a given version of cron
?
It is mentioned in the
man
page, you just need to look at the right one.From
man 5 crontab
:Now you might ask how do i know which one to look at. Well, from
man man
: