Information and Articles
Search Website:

Web Development







How To Send An HTML Newsletter




When researching information for important projects, always cross check your work with multiple sources to ensure you receive a diverse selection of information on the subject matter. We do our best to ensure the content contained on this site is as accurate as possible, however things like statistics and time sensitive material may become outdated rather quickly. So if your research is for a school project or term paper, or any other reason that requires complete correctness the Ez Submit website's Web Development category and the How To Send An HTML Newsletter article is a great place to start due to our volume of information and broad range of resources, however "always" cross check facts and opinions to ensure corectness.

Ez Submit is dedicated to providing reviews, learning materials, answers to questions, home work help, articles, assignment resources and we pride ourselves on offering a diverse resource completely free.. Because everyone loves free stuff, myself included. So, with that said i hope we helped you in your research and if so feel free to bookmark us and come back again!

Who here hasn't tried to create and and send an HTML newsletter by email. It sounds easy enough. Create an html page, copy the code, paste it in email and voila. Well it does, until you actually try it.

For a long time, I too tried to figure out how to send an html email newsletter. I tried just about every way to send it. One of the ways was to save the html page and then attach it as an html file with the email. I tried just copying the source code of the html file and send that in. I even tried saving the webpage as an email file and that didn't work either. After trying a few more ideas I decided it's best to just use plain text until I can figure out how to send it correctly.

As luck would have it though I did find out how to finally send an HTML newsletter by email. I was working on an email comments form with ColdFusion, a web programming language, one of features included sending data in HTML format. I thought why not try it, it might just work. So I copied the code of an html webpage and then emailed it to myself, and voila.

But had I really figured it out though? There had to be something else in the code which ColdFusion additional that allowed the newsletter to display correctly. I looked at the html code for the email and there was nothing different about this email. It was the same code as all the other html newsletters that I had tried and tested in the past. Except that this one displayed correctly and the others didn't. Odd. Why didn't the newsletter work when I tried to copy, paste and email it. It's the same email and the same code so it should work just as fine. Something was missing.

A couple of days later I went back to look at the code for the email thinking that maybe I had overlooked something. The source code was still the same, nothing had changed. So what could it be? That's when I stumbled on to a small line that would change everything.

The line I'm talking about is the content-type, which is part of every email's header file. I'd read about content type, but most of it had to do with XHTML webpages. After a little bit of study here's what I discovered:

Every email has a property known as: "Content-Type:" which identifies the type of content that is included in that email. The emails that you, me, and everyone usually send are mostly text. Plain Text to be exact. That's why when I tried to copy and past the html source code in the past it had just shown up as HTML.

When I saw the content type for the text emails it was:

Content-Type: text/plain;

When I saw the content type for the html emails which displayed very nicely, it was:

Content-Type; text/html;

WOW. I mean I couldn't belive it that afterwards all this time it was that one small line that had stopped me and probably countless others from successfully sending html emails.

But how would you tag your email as html?

It depends on how you're sending it.

If you plan on sending your html email newsletter with a web programming language, such as Cold Fusion then you can use cfmail's type="HTML" feature, which will automatically set the Content-Type to text/html and display the email as an HTML Newsletter.

If you plan on sending it with ASP.NET, then the below line should clear it up:
YourMessageName.BodyFormat = MailFormat.Html

Or if you plan on using PHP then it should look something like this

"To: The Receivers Name \n" .
"From: The Senders Name \n" .
"MIME-Version: 1.0\n" .
"Content-type: text/html; charset=UTF-8");

Most, if not all web programming language include a feature which allows you to send html data.

Tip: Make sure the code or software that you use to send email has support for MIME, which allows you to send non text emails, HTML etx.

So now you know the secret. It's not the code, it's the email's content type which decides how to display your HTML email newsletter. Now that you know how to send HTML email, make sure to test your newsletters with different email accounts (Yahoo, Hotmail, Google, etx). Each one of them tends to display your HTML differently. Test, Test, and Retest.

Happy HTML Emailing!

Ez Submit: http://www.ez-submit.net

The article above titled How To Send An HTML Newsletter may be published on your website, simply use the RSS link below to obtain the URL to paste in to your site. Ez Submit is an article repository housing nearly 45,000 different articles on various subjects, so feel free to browse around for other quality articles.

Information is a valuable commodity, reading and learning from such resources helps to obtain a better understanding on the Web Development topic. With an understanding, you are able to make informed decisions.

We have also located 10 other articles related to this one, so we have listed them below along with this weeks hottest sections, so if How To Send An HTML Newsletter didn't suit what you were looking for or if you have more questions check out the menu links below to browse around. Also our Business and Home Business sections have been mentioned in official offline school resources for Business Study papers, so these are worth checking out as well as the Web Development you are currently viewing.
RSS Feed

Want Web Development Articles delivered Via RSS? Simply click the XML icon above



Feel free to view the articles listed above, we found them similar to How To Send An HTML Newsletter so they may also interest you, some are in the Web Development category or other subcategories.
Design by SEO Company Info: SEO Forums

Providing Articles on everything from Credit