PDA

View Full Version : E-mailing html pages (not links or attachments)



Kenny L
08-24-2003, 12:44 PM
OK, I need to send a mass e-mail to customers from our database and have the e-mail, instead of being a text message, be an image that will link back to our website when clicked. I get pages sent to me like this for ads for computer mailorder co.'s all the time.
I have the page (html) with the image that's linked to the website uploaded, but can't figure out the code to type in the body of the e-mail to make it happen. Anyone familiar with this? Thanks in advance.

Kenny

Kings
08-24-2003, 02:47 PM
You need to use HTML in the body of the e-mail message. You can't use a .html/.htm page.

Matt
08-24-2003, 02:55 PM
Well you can view the source of the HTML file and just copy that into the email.

Just make sure that all links are absolute links (with the url).

Matt