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,

  1. what happen if dns have 2 different mx record same priority (i.e. have 5 entry gmail mx, , 1 sendgrid described in documentation.)

  2. 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

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -