Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joe-dempsey/177f4318c0f9afd0f2e278a76fa2fe0e to your computer and use it in GitHub Desktop.
Save joe-dempsey/177f4318c0f9afd0f2e278a76fa2fe0e to your computer and use it in GitHub Desktop.
Shopify Email Hosting DNS Configuration - how to configure Shopify email hosting DNS for Shopify and business email
// The below DNS records will allow a user to have a Shopify store as well as pricate email hosting via Shopped.email
// These are the main records required - you may also need other.
// points your store and www version to Shopify.
www CNAME: shops.myshopify.com
@ A record: 23.227.38.32
MX record: mx.yourstorename.com.cust.hostedemail.com
mail CNAME: mail.yourstorename.com.cust.hostedemail.com
That's it. Any questions you can get help from Liquify Shopify developers.
Or https://Shopped.email will sort your email and DNS for you.
@joe-dempsey
Copy link
Author

joe-dempsey commented May 12, 2018

For Shopify email hosting we suggest using Shopped email.
For advanced Shopify DNS configuration (like stores on subdomains etc) - hire Liquify Shopify developers.
You can read more about Shopify email hosting here or Shopify DNS/MX records for email hosting.

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