gpt4 book ai didi

c# - SendGridApiClient 获取发送响应

转载 作者:行者123 更新时间:2023-11-30 21:45:17 25 4
gpt4 key购买 nike

刚开始使用 SendGridApiClient 实现电子邮件发送。有这条发送电子邮件的线路

dynamic response = await _sendGrid.client.mail.send.post(requestBody: mail.Get());

响应可以提供StatusCode Accepted 仅此而已。想知道如何检查电子邮件是否送达或卡住?

最佳答案

SendGrid API 是异步的,因为处理电子邮件传递所需的时间很重要,并且取决于接收服务器等因素。

实时关注发送、退回等事件的最佳方式是实现事件 Webhook。

看看这个答案:Can my ASP.Net Code get confirmation from sendgrid that an email has been sent?

关于c# - SendGridApiClient 获取发送响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40319190/

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