简体   繁体   English

为入站电子邮件解析设置sendgrid的最佳方法是什么?

[英]Best way to setup sendgrid for inbound email parsing?

We are using google apps gmail for our company emails. 我们正在使用谷歌应用程序gmail为我们公司的电子邮件。

I want to use sendgrid for transactional mail in our web app, and I want all replies to that transactional mail to be parsed and posted to our api. 我想在我们的网络应用程序中使用sendgrid进行交易邮件,我希望解析所有对该交易邮件的回复并将其发布到我们的api。

How do I set this up? 我该如何设置? Do I need to point some subdomain MX record at sendgrid and use that subdomain in the sender address for the transactional mail? 我是否需要在sendgrid中指向某个子域MX记录,并在事务性邮件的发件人地址中使用该子域? Or is there some way to use the domain? 或者有一些方法来使用域名?

Have you read through the Parse documentation ? 你读过Parse文档吗? You need to setup a subdomain that is CNAMEd to mx.sendgrid.net , and then enable Parse on your SendGrid user. 您需要设置一个CNAME到mx.sendgrid.net的子域,然后在SendGrid用户上启用Parse。 Any mail sent to that domain will be parsed & POSTed by SendGrid. 发送到该域的任何邮件都将由SendGrid解析和发布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM