PDA

Click to See Complete Forum and Search --> : Sending Email As HTML with CGI Tell Friend


WarrenW
Dec 12th, 2002, 10:59 AM
I have one of those sendform.cgi scripts and have modified it for my own tell a friend scripts. I have the message hard coded in the script using the PRINT Mail "message here/n"; lines.

How can I send an embeded image? I want to send the email as HTML. I did a PRINT Mail "<HTML>/n"; and ended it at the bottom but just showed the links to any images rather that the image itself.

Thanks!

The Hobo
Dec 12th, 2002, 01:38 PM
You need to setup the proper type in the email headers so the email reader knows whether it's plain text, rtf text, or html. Do a search on email headers.