I have created an email template that is tested to work properly on desktop clients like gmail/yahoo/outlook and also tested correct responsive behavior on mobile gmail app. I a
On Android, Yahoo only supports <style>
tags in the <body>
, not in the <head>
. But Gmail only supports <style>
tags in the <head>
, not in the <body>
. C'est la vie!
Since we're only dealing with ~20 lines of code (assuming the 2nd <style>
tag in your example), you might try duplicating this <style>
tag so it appears in both the <head>
and <body>
. I don't know for certain if this will work, but it's worth testing.