To use Google Workspace (Gmail for your domain) you need to add DNS records for domain verification and mail delivery. On GARMTECH, DNS records are edited in the place where your domain uses active nameservers.
ns1.garmtech.com, ns2.garmtech.com, ns3.garmtech.com), you can typically manage DNS in My.GARMTECH.Google uses multiple MX records. Add them exactly as shown below (remove old MX records if you are switching email providers):
| Type | Name/Host | Value/Target | Priority |
|---|---|---|---|
| MX | @ |
ASPMX.L.GOOGLE.COM |
1 |
| MX | @ |
ALT1.ASPMX.L.GOOGLE.COM |
5 |
| MX | @ |
ALT2.ASPMX.L.GOOGLE.COM |
5 |
| MX | @ |
ALT3.ASPMX.L.GOOGLE.COM |
10 |
| MX | @ |
ALT4.ASPMX.L.GOOGLE.COM |
10 |
SPF helps receiving servers understand who is allowed to send mail for your domain. A common Google Workspace SPF record is:
v=spf1 include:_spf.google.com ~all
Important: only one SPF TXT record should exist. If you already have SPF for other services, you must merge them into a single record.
DKIM signs outgoing mail to improve deliverability and reduce spoofing. DKIM is configured in the Google Admin console and requires adding a TXT record like selector._domainkey with a long value. Copy the exact selector/name and value provided by Google.