PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, November 14, 2022

[FIXED] How to code html mailings?

 November 14, 2022     css, html, mailing     No comments   

Issue

I'm preparing to send mass email to customers which is in html + images. What are general rules to do make it display correctly in most popular mail clients?

EDIT:

Well it's for my customers - about few k clients.

My question is - how to code this email that it will display correctly in customer mailclient(thunderbird, outlook, gmail). What css tags can I use?


Solution

These two references are great places to start

  • http://www.alistapart.com/articles/cssemail/
  • http://www.campaignmonitor.com/css/

Apparently using HTML 3.0 compatible tags and formatting works best for all email readers and providers.

I asked a similar question What is the best method for formatting email when using System.Net.Mail



Answered By - Ian G
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing