1
votes

I use Google Apps for MX records.

So I have this email that I also use to send emails in Sendgrid:

[email protected]

Now, I want to parse emails sent directly to this support email and enter in my app using Parse API.

The problem is that i'll have to set the MX records, but to make both Google Apps and sendgrid works, probably I'll have to create a subdomain like:

[email protected]

Right now, I have a very good reputation with the first email.

Am I gonna lose everything If I have to create the subdomain and start parsing emails?

1

1 Answers

2
votes

Currently, reputation has a lot more to do with IP than domain (although with certain providers, domain certainly plays a part). So, switching your support emails to [email protected] is not the end of the world.

However, if you want to prevent this, there are a couple solutions you can use:

  • Reply-To, while still sending from [email protected] you could have a Reply-To of [email protected] (or taken a step further, [email protected]). You'll see this is what Github and Zendesk do for their emails. This is probably best.
  • Forwarding, you can setup your Google Apps account to forward every email from [email protected] to [email protected]. However, this means you're counting on Google Apps to be up and running for your support emails to work. While this is probably a safe assumption it still adds unnecessary complexity to your system.