Operating System - HP-UX
1825720 Members
2969 Online
109686 Solutions
New Discussion

Re: Sending email as HTML

 
John Leyten
New Member

Sending email as HTML

I use elm on my HP-UX to email various reports to users and customers with the format

#elm -s "this is the subject" email_addressess
That works fine but the messages are sent as plain text. I would like to send the files with HTML formating. When I try that now the ",, etc" tags appear in the email body.

I've seen several places where it mentions "content: plain/html" but I'm not sure where to define this.

Any help would be appreciated!!
2 REPLIES 2
Michael Tully
Honored Contributor

Re: Sending email as HTML

This thread might be what your after:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=31242
Anyone for a Mutiny ?
John Leyten
New Member

Re: Sending email as HTML

Thank you Michael for pointing me to that previous post. I tried the suggestions in the forwarded post and I am now able to send emails in HTML. Thanks again for your help, I appreciate it.