On Friday 16 September 2005 00:07, Ow Mun Heng wrote: > I'm writing a bash script that basically checks for stocks prices > and I want the formatted output to be mailed to me. I've got the script > working already. The only problem is the HTML is well, not displayed as > HTML, it's displayed RAW(and not formatted). > > I'm using cron to send the email out.
I don't think it'll ever work. The problem is you need to add the content type to the headers. Mutt has an option to "specify a draft file to read header and body from", but seems to lose/re-write the content-type. -- Mike Williams -- [email protected] mailing list

