Html Apple Mail上的SendGrid电子邮件中的按钮链接不起作用

Html Apple Mail上的SendGrid电子邮件中的按钮链接不起作用,html,email,sendgrid,apple-mail,Html,Email,Sendgrid,Apple Mail,我已经创建了HTML,并通过SendGrid模板将内联格式转换为大多数电子邮件客户端的呈现格式。然而,有一个元素,一个按钮和链接在Apple Mail中无法呈现。这个按钮根本不起作用。它正在工作,并通过GMail和其他客户端的链接 我已经尝试使用现有的代码来渲染按钮,但是没有任何区别。想知道是否还有其他人在Apple Mail上遇到过这个问题 <table border="0" cellpadding="0" cellspacing="0" class="module" data-role

我已经创建了HTML,并通过SendGrid模板将内联格式转换为大多数电子邮件客户端的呈现格式。然而,有一个元素,一个按钮和链接在Apple Mail中无法呈现。这个按钮根本不起作用。它正在工作,并通过GMail和其他客户端的链接

我已经尝试使用现有的代码来渲染按钮,但是没有任何区别。想知道是否还有其他人在Apple Mail上遇到过这个问题

<table border="0" cellpadding="0" cellspacing="0" class="module" data-role="module-button" data-type="button" role="module" style="table-layout: fixed;box-sizing: border-box;border-collapse: collapse;" width="100%"><tbody style="box-sizing: border-box;"><tr style="box-sizing: border-box;page-break-inside: avoid;"><td align="center" class="outer-td" style="padding: 0px 0px 45px 0px;box-sizing: border-box;"><table border="0" cellpadding="0" cellspacing="0" class="button-css__deep-table___2OZyb wrapper-mobile" style="text-align: center;box-sizing: border-box;border-collapse: collapse;"><tbody style="box-sizing: border-box;"><tr style="box-sizing: border-box;page-break-inside: avoid;"><td align="center" bgcolor="#F5A623" class="inner-td" style="border-radius: 6px;font-size: 16px;text-align: center;background-color: inherit;box-sizing: border-box;"><a style="background-color: #F5A623;border: 1px solid #333333;border-color: #F5A623;border-radius: 3px;border-width: 1px;color: #ffffff;display: inline-block;font-family: helvetica,sans-serif;font-size: 16px;font-weight: normal;letter-spacing: 0px;line-height: 16px;padding: 15px 75px 15px 75px;text-align: center;text-decoration: none;box-sizing: border-box;-webkit-text-decoration-skip: objects;" href="{{{c2a_link}}}" target="_blank">{{c2a_button}}</a></td></tr></tbody></table></td></tr></tbody></table>

我已经解决了这个问题,很简单,链接是“www.example.com”,而苹果邮件客户端要识别按钮链接,它必须严格为“www.example.com”。
谢谢

定义“不起作用”。它根本就没有出现吗?它是否显示但不可点击?嗨,Ceejayoz,按钮按预期正确呈现,在Apple Mail客户端中根本不可点击。谢谢