How to Configure Google Workspace (G Suite) Email for Your Domain Print

  • 1

Steps to Configure:

  1. Sign Up for Google Workspace

  2. Verify Your Domain

    • Go to Admin Console > Domains and add your domain.
    • Google will provide a TXT record for domain verification.
    • Add the record in cPanel > Zone Editor.
  3. Add MX Records for Google Workspace

    • Go to Zone Editor and add the following MX records:
      Priority: 1, Value: ASPMX.L.GOOGLE.COM
      Priority: 5, Value: ALT1.ASPMX.L.GOOGLE.COM
      Priority: 5, Value: ALT2.ASPMX.L.GOOGLE.COM
      Priority: 10, Value: ALT3.ASPMX.L.GOOGLE.COM
      Priority: 10, Value: ALT4.ASPMX.L.GOOGLE.COM
  4. Add SPF, DKIM, and DMARC Records

    • SPF Record:
       
      v=spf1 include:_spf.google.com ~all
    • DKIM Record:
      Enable DKIM from the Google Admin Console.
    • DMARC Record:
       
      v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com
  5. Test Email Sending and Receiving

    • Send a test email to ensure your setup is correct.

Was this answer helpful?

« Back