Best way to set up sendgrid to handle incoming email?

We use gmail for Google Apps for our company email.

I want to use sendgrid for transactional mail in our web application and I want all responses to this transactional mail to be processed and sent to our api.

How do I set this up? Do I need to point any subdomain MX record to sendgrid and use that subdomain in the sender's address for transactional mail? Or is there a way to use the domain?

+3


source to share


1 answer


Have you read the Analysis Documentation ? You need to set up the CNAMEd subdomain to mx.sendgrid.net

and then enable Parse for your SendGrid user. Any emails sent to this domain will be parsed and mailed using SendGrid.



+3


source







All Articles