Articles island - a directory of quality articles, free quality articles reprint for your web site and email newsletter.
Free Articles Reprint for Your Web Site, Email Newsletter, Blog, Ezine and RSS Feed.
Submit Your Articles to Our Article Directory for Massive Exposure.
Total Live Articles: 92613  Total Categories: 389



 
  Advanced Search
Articles island Expert Author - Linda C Dipman
I was born in Portsmouth, Virginia, but I have spent most of my life in Kansas. I am a business woman who has run my own upholstery business for over thirty years. I have three married children and six grandchildren. In my spare time, when i'm not entertaining my grandchildren, I like to travel, read, decorate, and of course I love to write. My passion...
Home » Internet-and-businesses-online » Web-development » How To Send An HTML Newsletter

Articles island Expert Author - Sam S.
Author Name:
Sam S.

Country:
United States

Member Since:
24 Oct 2006

Total Live Articles:
22



Email to Friends
Rate this Article
Bookmark this Article
Print this Article
Report this Article
Leave a Comment





How To Send An HTML Newsletter

By: Sam S.
Total views: 29
Word Count: 835
Date:Oct 25th 2006
Article Rating: No Ratings Yet

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 added 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 research 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 after 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!

About The Author-- Sam S. runs FreeNewsletterTemplate.net, A website dedicated to providing visitors with the latest information and the tools needed for creating HTML newsletter, managing email list and email marketing.

Article Source: Articles island - Free article submission and free reprint articles


Most Viewed Web Development Articles




Most Viewed Web Development Articles:

Choosing A Content Management System For Your Website
If you are planning to launch a website, you need to choose the correct Content Management System. Without the...

E-commerce Website Design Guide for Small Business Owners
When a small business owners starts thinking of having his own e-commerce web site he starts looking for relia...

Information is the hottest product on the market!
If you have been researching or involved in online business for very long, you have no doubt seen a multitude ...

Your First HTML Email Form
Creating your first HTML email form is not so simple, here is what you need to know...

How To Send An HTML Newsletter
Who here hasn't tried to create and send an HTML newsletter by email. It sounds easy enough. Create an html p...

Do You Have An Authoritative Website?
What does an authoritative site provide? In one sentence, an incredible amount of original material and a memo...

Who Invented Internet Commerce
Fascinating history of the beginnings and development of internet commerce...

Make Money Online By Making A Website
We have all seen thousands of websites on the Internet. Some are full of useless information and others provid...

Deciphering Website Hosting
Whether you're an entrepreneur thinking about launching a website or a website developer who needs to find a g...

Using Automated Scripts to Improve Web Site Productivity
There are two types of web sites on the Internet. The die hard SEO managers still favor static pages, because ...


Recent Web Development Articles




Recent Web Development Articles:

website development in UK and London
To solve your business problems by understanding your business goals and strategic & marketing objectives# To ...

Traffic, Traffic and More Traffic
There are many reasons why people visit some websites frequently than others. Increase your website’s traffi...

The Secret to Using the Word Free In Your Online Promotions
Free is a magic word. There's nothing that rings in people's ears more than the word free. Let's face it, ever...

The Secret to Effectively Generate Website Traffic
Starting a business or wanting to provide a service to a lot of people can be challenging. The first obstacle ...

Low-Cost Website Traffic Building
Increasing website traffic involves setting aside a definite number of hours in a day to promote the business....

Secret To Using Press Release To Generate Huge Traffic
Are you getting ready to introduce a new service or product? Have you used or are you familiar with press rele...

Perpetual Traffic Generation Tips
For people engaged in web hosting, e-commerce or online marketing maintaining industry, traffic is just one th...

How To Start an Online Traffic Virus Today
If you are working on a web hosting industry and are thinking about how it works, this article is for you....

How To Quickly And Easily Start A Traffic Virus
Traffic should be your number one concern when establishing your website. Success to building and promoting yo...

How to Get Unlimited Traffic Forever!
The digital age has given people a new way of doing business. This is because it is accessible to a lot of peo...

Most Viewed Articles by Sam S.




Most Viewed Articles by Sam S.:

How To Send An HTML Newsletter
Who here hasn't tried to create and send an HTML newsletter by email. It sounds easy enough. Create an html p...

How To Create An HTML Newsletter
Turn that Newsletter Webpage into an html email newsletter. You'll find out how to format the newsletter so t...

Deciphering Website Hosting
Whether you're an entrepreneur thinking about launching a website or a website developer who needs to find a g...

How To Fix CSS Float Issues
There are 2 CSS Float issues that tend to crop up during website design and testing - the object floating outs...

How To Use Graphics and Color in Web Design
The human psyche is dependent upon several factors; but one common thing that attracts every person is pomp an...

How Do I Start Designing A Website?
If you have decided on designing your website, then there are a few important things you need to keep in mind ...

Website Designing for Your Company's Identity
While designing your site, always remember that there will be a large majority if not all who might not know a...

Does Your Website Have a Call To Action?
What is your company's website aiming for? Well, definitely as an entrepreneur your main aim is to sell the pr...

How To Use Advertising to Boost Traffic For Your Website
This is a common problem faced by most small business enterprises. They invest a lump sum behind advertisement...

Deciphering Website Design - WebProgramming, Databases & AJAX
Ever wonder how website design and development technologies work together to create stunning websites? Here's ...

You have permission to publish or reprint this article in your ezine, website, blog, forum, RSS feed or print publication, free of charge. As long as you keep this article with no changes(included Article Title, Article Body, Author Name, Article Source and keep all links in this article active)and you agree to our publisher terms of service. Below are ready HTML code for this article, you can copy and paste directly into your web page.

How To Send An HTML Newsletter -- HTML Version:


How To Send An HTML Newsletter -- Summary:

How To Send An HTML Newsletter -- Keywords:
1   2   3 Good!   4   5   6 Very Good!!   7   8   9   10 Excellent!!!  
Comments:
No Comment Posted.

Leave Comment: Please Login to leave a comment. Not a member yet? Sign Up now.