如何使用 Django 的 Parse API 解析来自 Sendgrid 的消息?
SendGrid 可以解析传入电子邮件中的附件和内容。应用示例包括通过电子邮件接收上传和发布博客文章。
解析 API 会将解析后的电子邮件 POST 到您帐户中配置的 URL。 SendGrid 自动排队并重试任何响应 5XX 状态错误的 POST。
SendGrid can parse the attachments and contents from incoming emails. Application examples include receiving uploads and posting blog articles via email.
The parse API will POST the parsed email to a URL configured in your account. SendGrid automatically queues and retries any POSTs that respond with a 5XX status error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对我来说看起来很简单。
Looks pretty simple to me.