Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1447 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Business and Website Management     Articles From The Experts :

HTML E-mail, how to do it.

Thread title: HTML E-mail, how to do it.
Closed Thread    
    Thread tools Search this thread Display Modes  
11-01-2005, 11:44 AM
#1
seen.to is offline seen.to
seen.to's Avatar
Status: unusual suspect ™
Join date: Feb 2005
Location: Lancaster, PA from London UK
Expertise:
Software:
 
Posts: 1,814
iTrader: 0 / 0%
 

seen.to is on a distinguished road

  Old  HTML E-mail, how to do it.

Because I worked for company on a low budget for 3 years, with 90,000 members where our main business came from sending them HTML e-mail, I had to create quite a few techniques and use a few others that were obvious. It was nice having feedback from all those members to instantly let me know if anything was buggered.

Design for 600 - 640 px width.
Don't use CSS.
Do use tables.
Don't forget to link your images from the server with absolute paths.
Do track everything.

As with Web pages use text wherever you can rather than an image of text.

Avoid any scripting and don't use Flash - support for both varies too much.

Personalise whenever you can - if your list has names merge them into your mail.

Include unsubscribe info top and bottom - a simple:
Unsubscribe details at bottom of mail...
will do for the top but have full details at the bottom.

Hotmail:
If you want a background color/image set it for the table as well as the page.
Within your <body></body> tags surround everything within a comment, fixes some Hotmail problems. e.g. <body><!--this comment actually fixes stuff-->Loads of lovely content<!--nice fixing work there mr. comment--></body>

Text or HTML?
If you don't include the option in your sign-up process then there's no way of knowing if your end user is going to be using an e-mail reader that just displays HTML raw rather than formatting it. To overcome this I add a simple comment tag at the start of the e-mail that contains either the whole e-mail or a link to the mail if links are user specific e.g.

HTML Code:
<!-- You are receiving this e-mail due to your subsctiption to 
%company%. Unsubscribe details at bottom of e-mail

Hi %Name%,

If you are reading this then your e-mail software is either incapable of, 
or too old to, receive HTML e-mail. For your convenience a copy of this 
e-mail is available at 
[url]http://www.blah.blah/blah.blah?blah=blah[/url]

Everything below this line is HTML formatted and will most likely just look 
like a bunch of gobbledygook to you.
--------------------------------------------------------------------------->
<html>
<head></head>
<body>
<!--hotmail fixer-->
Lovely HTML E-mail
<!-- end hotmail fixer-->
</body>
</html>
<!--------------------------------------------------------------------------
 %name%, you received this e-mail at your e-mail address of %email% thanks to 
your subscription to %company%. If you no longer wish to receive e-mail from us 
please use the following link:
%unsub%
If you believe that you have received this e-mail in error please e-mail 
[email]abuse@blah.blah[/email] and our abuse team will investigate the matter immediately.
Please do not reply directly to this e-mail as replies will not be read. -->
There are also e-mail readers that will attempt to display your lovely HTML e-mail as plain text. Because of these you need to ensure that links are shown as full URLs rather than 'click here's.

This should be enough of a guide for now?



Take a little while with your e-mails and send multiple tests to your self before sending to your list.

edit: Don't put anything important <head>in here</head> as it will probably be lost. Also don't include anything important in your <body> tag as again it will probably be lost. Define page elements in a table instead. /edit

You're going to need some software and for this I totally recommend WorldCast from www.Fairlogic.com.

Finally, NEVER SPAM.

I may follow this up with an article on how to write successful e-mails.

11-01-2005, 05:52 PM
#2
Aros is offline Aros
Aros's Avatar
Status: Lurker
Join date: Jul 2004
Location: the Netherlands
Expertise:
Software:
 
Posts: 1,074
iTrader: 2 / 100%
 

Aros is on a distinguished road

  Old

Do you know how to display images in an e-mail? As far as I could understand my collegue at work said it was quite tricky - he had to read up on alot of stuff.

11-01-2005, 05:55 PM
#3
seen.to is offline seen.to
seen.to's Avatar
Status: unusual suspect ™
Join date: Feb 2005
Location: Lancaster, PA from London UK
Expertise:
Software:
 
Posts: 1,814
iTrader: 0 / 0%
 

seen.to is on a distinguished road

  Old

Originally Posted by Aros
Do you know how to display images in an e-mail? As far as I could understand my collegue at work said it was quite tricky - he had to read up on alot of stuff.
<img src="http://www.full-path.to/your/image.jpg">

Feel free to give your colleague a slap

11-01-2005, 05:58 PM
#4
Aros is offline Aros
Aros's Avatar
Status: Lurker
Join date: Jul 2004
Location: the Netherlands
Expertise:
Software:
 
Posts: 1,074
iTrader: 2 / 100%
 

Aros is on a distinguished road

  Old

Ahh so that is allowed... makes perfect sense. He had to make it so it actually would send the images along with it, I assumed it was the only way.
Thank you, good article Although you may want to include the appropriate mail headers aswell that are needed for HTML e-mails (I assume they need to be right).

11-01-2005, 08:23 PM
#5
DateinaDash is offline DateinaDash
Status: The BidMaster
Join date: Nov 2004
Location: England
Expertise:
Software:
 
Posts: 10,821
iTrader: 0 / 0%
 

DateinaDash is on a distinguished road

  Old

Great stuff mate! Might come in handy for the tf newsletter

11-21-2005, 10:48 AM
#6
NubKnacker is offline NubKnacker
Status: I'm new around here
Join date: Oct 2005
Location:
Expertise:
Software:
 
Posts: 10
iTrader: 0 / 0%
 

NubKnacker is on a distinguished road

  Old

Do you know how to display ads as well in the email? Or is that not possible at all?

11-21-2005, 04:16 PM
#7
Aros is offline Aros
Aros's Avatar
Status: Lurker
Join date: Jul 2004
Location: the Netherlands
Expertise:
Software:
 
Posts: 1,074
iTrader: 2 / 100%
 

Aros is on a distinguished road

  Old

Originally Posted by NubKnacker
Do you know how to display ads as well in the email? Or is that not possible at all?
An image with a link, seems easy enough!

12-04-2005, 11:35 AM
#8
chewy is offline chewy
Status: I'm new around here
Join date: Nov 2005
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

chewy is on a distinguished road

  Old

thanks, good tutorial

12-05-2005, 11:32 AM
#9
ibnuasad is offline ibnuasad
ibnuasad's Avatar
Status: Junior Member
Join date: Nov 2005
Location: Malaysia...Truly Asia!
Expertise:
Software:
 
Posts: 56
iTrader: 0 / 0%
 

ibnuasad is on a distinguished road

Send a message via AIM to ibnuasad Send a message via MSN to ibnuasad Send a message via Yahoo to ibnuasad

  Old

nice..this tutorial is helpfull.....thx alot

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed