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:

  1. use google apps receive inbound emails support@domain.com

  2. use google apps send outbound emails support@domain.com

  3. 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:

  1. point mx records google top level domain, domain.com.
  2. create support@domain.com email
  3. next, create subdomain (i.e: sub.domain.com) , point mx records sendgrid.
  4. 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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -