Hi,
I am using the module Mail:SendMail to mail some report(which contains some HTML tags) in a script.By default the content type is text/plain.My requirement is that the HTML tags in the report should be interpreted by the mail client(Outlook).So I guess it has something to do with the content type.How can I specify the content type for an object of type Mail::SendMail.If there is somthing else that I should do for HTML report please write it here.TIA