dns - Use Google Apps and Mandrill/Sendgrid to send emails -
right have dilemma email part of projects. i'm using sendgrid send , receive emails (via webhook). email functionality integrated in web application , emails stored in database. want know possible next:
use google apps receive inbound emails support@domain.com
use google apps send outbound emails support@domain.com
use sendgrid or mandrill send outbound transactional , news emails noreply@domain.com , news@domain.com
current problem in mx records. both google , sendgrid mx records required set in dns, far understand 1 of them work.
what best solution make possible? thank you.
one possible solution:
- point mx records google top level domain, domain.com.
- create support@domain.com email
- next, create subdomain (i.e: sub.domain.com) , point mx records sendgrid.
- then, set news@domain.com forward news@sub.domain.com. way emails sent application.
nothing needs changed sending outgoing transactional emails sendgrid. can send emails news@domain.com. recommend not use noreply@domain.com, hurts deliverability(https://sendgrid.com/blog/why-you-should-not-use-noreplydomain-com-in-your-emails/)
Comments
Post a Comment