How to make responsive email work with yahoo mobile app?

前端 未结 1 1498
情歌与酒
情歌与酒 2021-01-24 09:37

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

相关标签:
1条回答
  • 2021-01-24 10:21

    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.

    0 讨论(0)
提交回复
热议问题