HTML email

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
QbertsBrother
Forum Commoner
Posts: 58
Joined: Thu Oct 11, 2007 10:12 am

HTML email

Post by QbertsBrother »

i am trying to create a HTML email template that i can just edit the html and paste it into an email and hit send.

whenever i try to do that it just comes thru as code. i am not trying to create a very complicated page that i want to send. very simple just a list of links so people can click the link and visit sites. it needs to be html email because i want to have an image in the body of the email.

i am sure that it has to do with the headers.

any help would be great.

here is what i am trying to send:

Code: Select all

 
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<a href="http://www.google.com">google</a>
</body>
</html>
 
thanks
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: HTML email

Post by alex.barylski »

Well, what are you pasting into? Outlook or a web based WYSIWYG?
QbertsBrother
Forum Commoner
Posts: 58
Joined: Thu Oct 11, 2007 10:12 am

Re: HTML email

Post by QbertsBrother »

Hockey wrote:Well, what are you pasting into? Outlook or a web based WYSIWYG?
outlook.

i would also like to add a forward link and grab the original contents of the message and have it appear in the new message.
Post Reply