gpt4 book ai didi

go - 通过 SendGrid v3 发送 HTML 内容

转载 作者:行者123 更新时间:2023-12-03 02:04:00 25 4
gpt4 key购买 nike

我使用 GO,并尝试通过 sendgrid API v3 发送邮件(https://github.com/sendgrid/sendgrid-go 没有邮件助手类)。但是当我使用这段代码时:

"content": [
{
"type": "text/html",
"value": "<html><head></head><body>Hello You link <a href="http://example.com/reschedule?id=12334">Click</a></body></html>"
}
],

我收到错误:

400 {"errors":[{"message":"Bad Request","field":null,"help":null}]}

但是这段代码可以正常工作:

"content": [
{
"type": "text/html",
"value": "<html><head></head><body>Hello!</body></html>"
}
],

我认为特殊字符有问题,但我该如何解决它?谢谢!

最佳答案

需要这样做:

<div class=\"ad_box\"><img class=\"banner\" src=\"some_ad.png\" alt=\"\" \/>

Example
"content": [
{
"type": "text/html",
"value": "<html><head></head><body>Hello You link <a href=\"http://example.com/reschedule?id=12334\">Click</a></body></html>"
}
],

关于go - 通过 SendGrid v3 发送 HTML 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42270563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com