The Lowdown: How To Create And Send HTML Email Copyright © 2004 Steve ShawI am frequently asked how to create and send HTML email, usually with regard to how to broadcast it to a mailing list. This article presents various options available to you.
How to create HTML email:
Creating content of an HTML email is very similar to how you would create a basic web page. Just use your normal web page editor, such as FrontPage or Dreamweaver (or even Notepad can be used, in conjunction with a browser to preview code), and construct a web page in normal way, saving it as an .html or .htm file.
You may consider creating an HTML email template that you can use as a basis for all your future HTML emails. If so, once you're happy with basic look, save it and then just open and re-edit for your future emails.
There is an important difference that you need to remember between writing HTML for your web site, and writing HTML for email.
All URLs in your code need to be absolute, rather than relative, for all links and images, eg. http://www.yourdomain.com/image.gif, rather than something like just image.gif. This also means of course that any images used in your HTML email need to be stored on a web server, same as when you use images on a web site.
How to send HTML email:
To send HTML email to an individual, such as to yourself in order to check on its appearance, you can open web page (i.e. HTML email) you have created in latest version of IE (File -> Open...), and then click File -> Send.
However, if you're creating HTML email for use in email marketing, you will normally want to use a completely different tool in order to send it to numerous recipients.
There are two main options to enable you to send email to a mailing list - you can either use some special software on your own computer; or use a web-based solution, either on your own web site, or via a service run by a third party.