gpt4 book ai didi

javascript - 使用带有 Javascript 的 Mailgun 发送电子邮件

转载 作者:数据小太阳 更新时间:2023-10-29 05:10:15 25 4
gpt4 key购买 nike

我正在使用 JS,我有以下代码:

  var XHRResponse = XHR.send("POST", "https://api.mailgun.net/v2/sandbox224f28ae45a8499d84184fd4c48e62ee.mailgun.org/messages",{
"parameters": {
"from": "Mailgun Sandbox <postmaster@sandbox224f28ae45a8499d84184fd4c48e62ee.mailgun.org>",
"to": "Jordi <myname@gmail.com>",
"subject": "Hello Jordi",
"text": "Congratulations Jordi, you just sent an email with Mailgun! You are truly awesome! You can see a record of this email in your logs: https://mailgun.com/cp/log . You can send up to 300 emails/day from this sandbox server. Next, you should add your own domain so you can send 10,000 emails/month for free."
}
});

我需要使用 apikey 进行身份验证,但我不知道在哪里以及如何进行身份验证。

谢谢

最佳答案

Mailgun API 文档包含所有这些信息。具体看认证部分,http://documentation.mailgun.com/api-intro.html#authentication .然而话虽如此,如果他们(如果我理解正确的话)要求以纯文本形式编写 key ,我就不会在客户端中运行它。

关于javascript - 使用带有 Javascript 的 Mailgun 发送电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24160082/

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