Skip to content

Instantly share code, notes, and snippets.

@clodal
Last active April 17, 2020 09:30
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clodal/fbb300efb8bdc79ba6f34ab6d18fc195 to your computer and use it in GitHub Desktop.
Save clodal/fbb300efb8bdc79ba6f34ab6d18fc195 to your computer and use it in GitHub Desktop.
Describes how to verify a Zeit Now domain with AWS SES for email sending

How to setup AWS SES with Zeit Now

  1. Domain Verification Record
now dns add <NAKED_DOMAIN> _amazonses TXT <VALUE>
  1. DKIM Record Set
now dns add <NAKED_DOMAIN> <KEY_1>._domainkey CNAME <VALUE_1>
now dns add <NAKED_DOMAIN> <KEY_2>._domainkey CNAME <VALUE_2>
now dns add <NAKED_DOMAIN> <KEY_3>._domainkey CNAME <VALUE_3>
  1. (Optional) Email Receiving Record - only if need to receive emails via SES
now dns add <NAKED_DOMAIN> '@' MX inbound-smtp.<REGION>.amazonaws.com 10
@jian-mo
Copy link

jian-mo commented Oct 11, 2019

thanks

@janndriessen
Copy link

thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment