提问人:ENERGY.SERVICES 提问时间:3/8/2023 更新时间:3/8/2023 访问量:115
使电子邮件模板字体颜色适合浅色或深色模式
Fit email template font color to light or dark mode
问:
我在发送电子邮件模板时遇到了问题,它仅在用户使用浅色模式时显示正确,我共享图像。
这是我的小提琴→这里的完整代码和我的头代码。
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="x-apple-disable-message-reformatting">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
我尝试使用元标记,我尝试将颜色设置为特定的 elemts,但是,Outlook 总是更改样式。我该怎么办?
答:
0赞
ENERGY.SERVICES
3/8/2023
#1
我在这里找到了解决方案,使用 Classes Outlook 不会覆盖颜色→https://stackoverflow.com/a/74815466/19087754
评论