How to combine SES for sending emails and Gmail for reciving

amazon-sesg-suitegmail

Usually I use Google Apps for business to handle my domains email send/receive needs.
Today I have setup SES for one of my domains to handle email sending needs.
My problem is that my understanding about how the domain is going to receive emails is quite murky, because SES is only for sending emails and of course has no inbox functionality.
My question is how do I configure the domain DNS settings to receive emails into my Google Apps Mail inbox, but use SES to send the emails?

SPF

"v=spf1 include:amazonses.com -all"
"spf2.0/pra include:amazonses.com -all"

EDIT

"v=spf1 include:_spf.google.com include:amazonses.com ~all"
"spf2.0/pra include:_spf.google.com include:amazonses.com ~all"

The domain DNS records are hosted in Route53

Best Answer

Since SES isn't receiving messages you don't have do anything with MX records. Since it is hosted by Amazon, you probably don't need to do anything with setting up any PTRs or reverse lookups.

So the only DNS change that you will have to look at changing is going to be related to the SPF record if you have one. If you have a SPF record you will need to update it to permit amazon email to be considered valid in addition to your Google Apps email. If you don't have an SPF record already, then you don't need to do anything, though you should look at setting up an SPF record.