Re: Opps sorry. sending email in HTML format

2003-10-23 Thread Michael D. Smith
Opps sorry. That first mail was incomplete. I ran a test. Sent myself a test email in both plain and html format. This header may also be needed: Content-Type: multipart/alternative; boundary="=_1906071==.ALT" Then the extra tag already mentioned: And those are the

Fwd: sending email in HTML format

2003-10-23 Thread Michael D. Smith
I think, from looking at some of my stored emails with notepad, so I can see the html, that what you need is this: in front of the html tag, like so: That's a guess but easy enough to test. ms From: "Frank Pikelner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

sending email in HTML format

2003-10-23 Thread Frank Pikelner
Hello,   I need to write a short Perl program that will send email containing an HTML table with data. My script succeeds sending on the  the email, but the HTML does not get interpreted by the client as HTML and appears as HTML tags with the data. My guess is it is something with the HTM