Making an html enhanced e-mail
or e-zine using Dreamweaver

This is a guide to how you can create your own formatted e-mails with images - useful for press releases, special offer notices, club newsletters or important letters when you might wish to include your logo or an image embedded in the body of your letter rather than as a suspicious looking attachment.

Design your page layout in Dreamweaver within a 600 pixels wide table - the limit for some e-mail clients. Split into rows and columns as required, or using smaller tables nested within the main one. Avoid using unusual fonts or risk their substitution - stick to the default list in Dreamweaver.

E-mail reading software is not as advanced as current browsers such as Firefox, Explorer and Safari, so do not use CSS, layers and complex dhtml - or test in a wide range of e-mail clients and let me know your results!

Insert images as jpg or gif. To save your recipients from having their e-mail storage used up by your potentially horrendously large e-mails, you should replace all the image links with 'absolute links' in the style of: http://www.yourwebsite.com/ezinefolder_x/image_x.gif.

These images must be uploaded to a corresponding folder on your website and they will only work once you are online - so only change the links once you are close to finishing and do it on a copy of the original html file. A safe working practice is to right-click on the online image in a browser, choose to open it in a new window and then copy and paste this complete web address (url) into Dreamweaver replacing the previous link.

To send it out switch to code or split view in Dreamweaver and then copy and paste the entire html code into a new email. Make sure that your first line starts with the <html> and edit the code to clean up anything else from this tag. Dreamweaver 8's xhtml did not work until I deleted some of the extra code. Not all e-mail accounts seem to permit sending these html-formatted letters - we have had problems with BTopenworld and Apple's .Mac systems. Hotmail seems to work well and is free.

code

Send copies to yourself to preview the look in a range of browsers and e-mail packages such as Outlook and Web-based mail solutions such as Hotmail, Yahoo and GoogleMail/GMail before you mail it out to anyone else! It is worth setting up free accounts with Hotmail (which has 49% of market share so is crucial) and Yahoo to check how it looks with them.

If you plan to send lots, try a bulk e-mailing application.

Mac options include:

Windows options include:

Don't fall foul of anti-spamming regulations. Even if you avoid prosecution you may offend your readers and turn them against your brand.

If the aim is to bring more web traffic to your site beware of overloading your servers by creating too much demand in response to your mailing - you could smooth out the peaks and troughs if you stagger a series of mailings each targetted at part of your address list. More work for you, but happier customers as they will not have to wait as long than if everyone tried to access at once.

Researches advises that you send consumer e-mails on Friday night to be read Saturday - business mail gets the best response on Wednesdays and Thursdays.

Thanks Pete for this link: http://www.addme.com/issue293.htm

emailhtml