ruby on rails - Set sendgrid Incoming Mail Parse webhook -
i'm using gmail mx outgoing mail. i.e. have 5 mx record gmail. want use sendgrid incoming mail webhook parsing replied mails. this, i'm using griddler.
my queries are,
what happen if dns have 2 different mx record same priority (i.e. have 5 entry gmail mx, , 1 sendgrid described in documentation.)
will existing functionality break? right way setup ?
mx exmaple.com 3600 xyz.google.com (p: 5)
mx exmaple.com 3600 abc.google.com (p: 5)
mx exmaple.com 3600 sdmx2.googlemail.com (p: 10)
mx exmaple.com 3600 asdpmx3.googlemail.com (p: 10)
mx exmaple.com 3600 asdpmx.l.google.com (p: 1)mx exmaple.com mx.sendgrid.net (p:1) <----
thanks.
if put sendgrid @ highest priority, take mail, , none go google. that's why sendgrid recommends use subdomain parsing, not main domain.
Comments
Post a Comment