将电子邮件发送到sendgrid API

时间:2018-06-10 14:05:46

标签: node.js sendgrid sendgrid-api-v3

我使用以下函数使用节点js向sendgrid API v3添加列表联系端点发送电子邮件。但是,对于以下电子邮件地址

,它失败了
wiston.spencer@yahoo.com

尝试向Sendgrid端点发出请求 POST

/contactdb/lists/{list_id}/recipients

https://sendgrid.com/docs/API_Reference/api_v3.html

由于电子邮件地址中的句号,我猜对了。

new Buffer(email.toLowerCase(), 'utf8').toString('base64')

之前有没有人遇到过这个问题?

0 个答案:

没有答案