layout | title | description | category | tags | |
---|---|---|---|---|---|
page |
Setting Up Google Apps Email |
For Developers |
|
{% include JB/setup %}
-
Verify domain ownership in Google Apps settings.
-
Set up email for domain.
-
Set up SPF with server (SendGrid, Mailgun, etc.)
-
If using Sendgrid, use smtpapi header to bypass subscription list email features for new user (confirm and reset_password) emails
-
Update SPF record to allow for sending from server Note that only one SPF record should exist, may need to update it with multiple domains, e.g.:
v=spf1 include:_spf.google.com include:sendgrid.net ~all
-
Set up DKIM authentication key with server. On SendGrid, see DNS Records section. Also for SendGrid, from Apps > DKIM Settings, click "Set the DKIM domain to match the FROM domain", or enter "sendgrid.me" as the domain and set the appropriate CNAME DNS records.