Results 1 to 4 of 4

Thread: Quality of HTML in email

  1. #1
    Join Date
    Mar 2009
    Posts
    1,221

    Quality of HTML in email

    I have a website that manages the sending of messages (text). To extend its functionality, I want to send emails in HTML. Technically no worry, it runs in PHP.

    Just out of curiosity, I looked at the source of some mails that I had received as HTML and then the horror almost no CSS formatting to big shots "<table>", HTML attributes as if it rained (valign = "top" height = "30", etc.). I was the one who made a clean site with CSS and XHTML, but I am left like a fool.

    My question is: is that senders of mail have nothing to shine, or is it the contrary engines embedded in HTML mail clients? Wanting to do good with clean HTML, is that I might not ultimately produce messages that few people will come to read correctly?

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Quality of HTML in email

    The problem is the recipients of mail client ...

    To summarize:
    - Confine the design in an array.
    - No centralized CSS (the better not to put all, and use the HTML attribute, as the old one)
    - No background-image must meter of </img> squarely ...

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Quality of HTML in email

    Some points to remember when sending HTML mails:

    1. Support for HTML and CSS completely varies from one mail client to another. On Thunderbird or Outlook, it is very good, however in Lotus Notes, or webmail like Yahoo, AOL, OVH, etc, it is generally bad.

    2. By default on some clients like Thunderbird, images are disabled.

    3. The display of emails depends on the configuration of email software. Thus if the visitor is asked to receive such an email on a form, you can ask him if he prefers to receive mail in HTML (default) or text.

  4. #4
    Join Date
    Nov 2008
    Posts
    1,192

    Re: Quality of HTML in email

    We must understand that some client/webmail accepts the CSS, but those who do not or inadequately implements (even the big ones, like Gmail) require us to do something more universal. Also the main thing to remember is that Oulook uses Word as html editor. And as it is limited by the less powerful engine, no secrets, you have to code everything.

Similar Threads

  1. How to set a custom HTML Email Stationery to Default
    By Amy Adams in forum Technology & Internet
    Replies: 6
    Last Post: 28-05-2010, 02:50 PM
  2. How to create and send HTML email
    By Zool in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 10:48 AM
  3. Improperly displaying outlook html email
    By kevin12 in forum Technology & Internet
    Replies: 3
    Last Post: 20-08-2009, 01:31 PM
  4. HTML Email on Blackberry Curve
    By Kingfisher in forum Portable Devices
    Replies: 3
    Last Post: 06-08-2009, 07:16 PM
  5. how to insert html code into email message?
    By MikeY007 in forum MS Office Support
    Replies: 1
    Last Post: 29-01-2008, 07:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,053,976.73974 seconds with 16 queries