Best Practices & Considerations when writing HTML Emails
Posted
by Jonathan Sampson
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Sampson
Published on 2010-02-09T14:38:40Z
Indexed on
2010/05/28
9:21 UTC
Read the original article
Hit count: 220
I've been developing websites for over a decade now, but quickly found that many of my habits in developing for the web are useless when developing for email clients. This has caused me an enormous amount of frustration, so I thought I would ask a question that would hopefully surface the best practices and necessary considerations for others like myself who may find themselves designing for gmail, outlook, etc. from time to time.
Example: <style>...</style>
vs inline CSS.
In short: what transfers over from the web-world to the email-world, and what doesn't.
© Stack Overflow or respective owner