DJRobThaMan
02-11-2008, 03:24 PM
Hi everyone,
I have a quick question. I am trying to figure out how to create an HTML email newsletter. From what I've been looking at from around the internest, the way that should be done is to just pretend like you're coding a website and instead of saving the code in an HTML file, you cut and paste it into your email client and send it off. I've tried quite a few tests of doing this and it doesn't work (at least not when I send the emails to my gmail account).
I get emails from godaddy which include embedded pictures and what seems to be an obvious HTML layout in that account, so I know that even though I'm probably doing something wrong it can be done. Anyone know how to get something like this working??
Here's an example of one of my quick tests that I sent myself and all I see when I open the email is the source code
Thanks
<html>
<head>
<title>
</title>
</head>
<body>
<img alt="" src="http://www.mashedbits.com/images/image.jpg">
</body>
</html>
I have a quick question. I am trying to figure out how to create an HTML email newsletter. From what I've been looking at from around the internest, the way that should be done is to just pretend like you're coding a website and instead of saving the code in an HTML file, you cut and paste it into your email client and send it off. I've tried quite a few tests of doing this and it doesn't work (at least not when I send the emails to my gmail account).
I get emails from godaddy which include embedded pictures and what seems to be an obvious HTML layout in that account, so I know that even though I'm probably doing something wrong it can be done. Anyone know how to get something like this working??
Here's an example of one of my quick tests that I sent myself and all I see when I open the email is the source code
Thanks
<html>
<head>
<title>
</title>
</head>
<body>
<img alt="" src="http://www.mashedbits.com/images/image.jpg">
</body>
</html>