问题标签 [sendgrid-api-v2]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
177 浏览

amazon-web-services - Bitnami Parse Server Dashboard 添加邮件适配器

我正在使用来自 AWS 市场的 Parse Server,并且能够毫无问题地访问数据库。但是,我无法向新注册的用户发送电子邮件验证。

经过一番研究,我知道我必须添加邮件适配器并为解析服务器启用一些参数,但我不知道如何从仪表板添加适配器

在此处输入图像描述

https://github.com/parse-community/parse-server#email-verification-and-password-reset

0 投票
0 回答
268 浏览

python - 400 错误错误请求动态模板在 Sendgrid for Python 中不起作用

问题

我正在尝试使用动态模板发送多封电子邮件,每封电子邮件使用 Mail Helper 类都有自己独特的替换。如果我不包含替换,那么代码可以完美运行并且邮件会被传递,但是一旦我包含替换,我就会收到“HTTP 错误 400:错误请求”。我正在使用虚拟环境并在我的 Flask 应用程序中运行它。我已经使用“pip install sendgrid”安装了 sendgrid,并将其更新到最新版本。

代码

例外

技术细节

sendgrid-python 版本:我使用“pip install sendgrid”安装,它的版本是 6.3.1,所以我认为我没有使用“sendgrid-python”。蟒蛇版本:Python 3.6.7

我尝试升级,这就是它打印的内容:

0 投票
1 回答
395 浏览

node.js - 响应错误:禁止

当我尝试运行node src/emails/account.js时,这个问题在我的终端中显示,除此之外我还验证了单个发件人请求:

0 投票
1 回答
23 浏览

azure - 如何使用发送网格以特定格式发送邮件

我可以使用发送网格 API 发送邮件 如何使用发送网格发送特定格式的邮件

邮件格式

请找到邮件格式的图像

0 投票
0 回答
314 浏览

javascript - 如何使用 wix 通过 sendgrid 发送附件文件

我想通过https://sendgrid.com使用 wix.com 发送电子邮件,一切正常,但附件为空。为什么?

我通过发送网格获取文件并发送

此代码中的电子邮件和密钥已更改。

答案是{message: "success"},信件正确到达主题和文本,但文件是空的。它由[object, object]{}

0 投票
1 回答
312 浏览

azure-active-directory - 如何将 SendGrid 动态模板连接到 Azure 自定义策略以发送自定义验证电子邮件?

我搜索了很多次关于这个问题,但我找不到任何东西。如果你知道,请帮助我。我在 azure 门户上有一个 B2C。在这里,有一个政策。如果我使用此策略来验证电子邮件,它可以正常工作。但我想使用 2 种不同的策略来发送不同的验证电子邮件。所以我添加了新的自定义策略。但是,当我单击“立即运行”时,sigin_and_signup 策略会通过其他验证电子邮件进行验证。顺便说一句,我在 sendGrid 门户上创建了 APIKey 和tenantID(d-abcsdsvxxxxxxx)。

0 投票
1 回答
155 浏览

coldfusion - 获取 SendGrid API 密钥以使用 ColdFusion

我在让我的 ColdFusion 应用程序使用 API 密钥与 Sendgrid 的 v2 API 集成时遇到问题。我的解决方案多年来一直使用用户名/密码,但随着切换到 API 密钥,我无法弄清楚有些不对劲。我尝试了一些不同的配置,但到目前为止没有一个有效:

帮助?

0 投票
0 回答
153 浏览

c# - Send grid c# V3 api : Not able to send mail from MVC c# web application : Response: Bad request : using "SendEmailAsync" using "RestClient"

Issue Summary

Response: Bad request

Not able to send mail from MVC c# web application : getting following error Response: Bad request : using "SendEmailAsync" Response: Id = 8, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}" using "RestClient"

Steps to Reproduce

  1. Use the above code in any MVC application with out static class
  2. Run the code
  3. same error will be thrown.

Code Snippet

Exception/Log

using "SendEmailAsync" Response: Id = 8, Status = WaitingForActivation, Method = "{null}", Result = "{Not yet computed}" using "RestClient" Response: Bad request ``

Technical details:

  • sendgrid-csharp version: SendGrid 9.22.0
  • csharp version: 4.5

Note :

We are not using any static method for this implementation We are not using this as a back job, we are implementing this as a method.

0 投票
0 回答
68 浏览

php - 如何在使用他们的 API 保存联系人后获取 sendgrid 用户 ID

我正在使用 SendGrid API 来保存联系人,它只返回操作成功的“job_id”,但在保存联系人后我需要一个 user_id 以保存在我们的本地数据库中。还有另一个 API 可以通过他们的电子邮件搜索联系人,但主要问题是联系人数据会在几秒钟后在 SendGrid 仪表板上填充,并且此搜索 API 当时返回 0 个结果,如果我们在一段时间后点击此搜索 API然后它返回结果,但我想在插入联系人的同时获取 user_id。

将联系人保存在 SendGrid 中后,还有其他方法可以用来获取 user_id 吗?

谢谢

0 投票
0 回答
132 浏览

c# - 更新 SendGrid SMTP API C# ASP.NET

由于 SendGrid 使用 API 密钥而不是用户名和密码更新了 SMTP 服务,因此我在更新代码时遇到了问题。

我承认 sendgrid 库需要更新,但在我实施从网站更改代码后,发送电子邮件时出现错误。<等待transportWeb.DeliverAsync(myMessage);>

我不确定 mailaccount 和 mailpassword 是否需要在 webconfig 中使用名称“apikey”和“apikeycode”进行更新

库 .NETFRAMEWORK 4.6、SENDGRID v9.22、SENDGRID.SMTPAPI V1.39

任何帮助将不胜感激。

旧代码:

网络配置:

更新代码