Hello,
I'm using the Mail command on Red Hat 9 in a shell script to send out nightly reports. In these I want to provide a link to a reporting dir on a web server. What tool should I use to tell the Mail client that it should send this as html MIME? Just putting the html in a text file and cat'ing it doesn't work. i.e.:
cat template.html | Mail -s "test" me@somesite.com
thanks.
jared
I'm using the Mail command on Red Hat 9 in a shell script to send out nightly reports. In these I want to provide a link to a reporting dir on a web server. What tool should I use to tell the Mail client that it should send this as html MIME? Just putting the html in a text file and cat'ing it doesn't work. i.e.:
cat template.html | Mail -s "test" me@somesite.com
thanks.
jared