I have created HTML + CSS mail content.
When I open this email in mail clients like Thunder Bird, it works perfectly. When I open same message in gmail, it breaks and does not take inline CSS that I have provided in < style > tag.
I have created HTML + CSS mail content.
When I open this email in mail clients like Thunder Bird, it works perfectly. When I open same message in gmail, it breaks and does not take inline CSS that I have provided in < style > tag.
Gmail ignores style sheets (external and internal) so you will need to inline your styles to make them work. ref: https://litmus.com/blog/understanding-gmail-and-css-part-1
good inliners:
Reference of CSS that works in different HTML email clients: