gpt4 book ai didi

sendgrid - 带有 apikey 的 Nodemailer/Sendgrid

转载 作者:行者123 更新时间:2023-12-04 14:29:11 24 4
gpt4 key购买 nike

我正在尝试使用 apikey 使用 sendgrid 在 node.js 中启动并运行一个简单的联系表单。目前还不清楚我哪里出错了。

我尝试了以下方法:
1.

var options = {
auth: {
api_user: 'xjh-4XqZGH6$HLT-IEOPFG',
api_key: 'SG.xjh-4XqZGH6$HLT-IEOPFG.Wl2rB-CN00-nj3x5NiKno7MpDk8DxTtvgJeZfDGGI' // fake obviously, but I would like to show the structure as I am not sure whether this is correct
}
};


2.
var options = {
auth: {
api_user: 'xjh-4XqZGH6$HLT-IEOPFG',
api_key: 'Wl2rB-CN00-nj3x5NiKno7MpDk8DxTtvgJeZfDGGI' // fake obviously, but I would like to show the structure as I am not sure whether this is correct
}
};


3.
var options = {
auth: {
api_user: 'apikey',
api_key: 'SG.xnh-4XqZGH6$HLT-IEOPFG.Wl2rB-CN00-nj3x5NiKno7MpDk8DxTtvgJeZfDGGI' // fake obviously, but I would like to show the structure as I am not sure whether this is correct
}
};

它不断返回错误的用户名/密码。

它适用于我的用户名 (api_user) 和密码 (api_key)。

谁能解释一下我需要做什么?

干杯,迈克

最佳答案

好的,我想通了。在这种情况下,您删除 api_user 并使用长 key 。例如。

var options = {
auth: {
api_key: 'SG.xnh-4XqZGH6$HLT-IEOPFG.Wl2rB-CN00-nj3x5NiKno7MpDk8DxTtvgJeZfDGGI' // fake
}

};

最好的,迈克

关于sendgrid - 带有 apikey 的 Nodemailer/Sendgrid,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34811307/

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