SPF, DKIM and DMARC are email security protocols, that once set up, prove your emails are legitimate, thus preventing them from being marked as Spam.
If you don't have access to the login credentials, share this guide with someone in your organization who does, usually the IT team, or the person that bought the domain.
You'll need access to the domain management page to set up SPF, DKIM and DMARC.


Search for a TXT record starting with v=spf1:

| Type | Host | Value | TTL |
|---|---|---|---|
TXT Record |
@ |
v=spf1 include:_spf.google.com ~all |
5 min |

To update the existing SPF record, you will need to add include:_spf.google.com to the record's Value field.
For example, your current record value may look like this:
v=spf1 ip4:1.2.3.4 include:thirdparty.com ~all
After the update, it should be this:
v=spf1 ip4:1.2.3.4 include:thirdparty.com include:_spf.google.com ~all
If the validation fails, it may be because DNS changes can take a while to propagate. Try again in a couple of minutes.

If you don't have access to Amplemarket you can verify if your SPF is correctly setup on a free tool like: https://mxtoolbox.com/spf.aspx
You can not have multiple spf records for the same Host.
If you do, you will need to merge them into one.
For example, if you have 3 SPF records:
| Type | Host | Value | TTL |
|---|---|---|---|
TXT Record |
@ |
v=spf1 include:_spf.google.com ~all |
5 min |
TXT Record |
@ |
v=spf1 ip4:1.2.3.4 ~all |
5 min |
TXT Record |
@ |
v=spf1 include:thirdparty.com ~all |
5 min |
You will need to transform them into just one, be editing one of them and deleting the others, the final result should be only record with the v=spf1 for the @ Host.
| Type | Host | Value | TTL |
|---|---|---|---|
TXT Record |
@ |
v=spf1 ip4:1.2.3.4 include:thirdparty.com include:_spf.google.com ~all |
5 min |
This could be a typo or a misplaced element.
Copy and paste the record you have to this SPF syntax checker to help you find the issue: https://vamsoft.com/support/tools/spf-syntax-validator
If you don't have access to the login credentials, share this guide with someone in your organization who does, usually the IT team, or the person that bought the domain.
You'll need access to the domain management page to set up SPF, DKIM and DMARC.





Now that you've generated the DKIM records on Google Workspace, you'll need to copy them over into Namecheap to create a DNS record.



If the validation fails, it may be because DNS changes can take a while to propagate. Try again in a couple of minutes.

If you don't have access to Amplemarket you can verify if your DKIM is correctly setup on a free tool like: https://mxtoolbox.com/dkim.aspx
Use google as the selector value

This means the DKIM record has an incorrect format, usually caused by mistakenly adding an extra character. Please double check your records, and/or copy/paste them again.
This can happen when there's special configurations on your email servers to change outgoing emails. It's best to contact your IT department with this issue, since it will affect deliverability.
Your emails have a DKIM signature that did not originate from your domain. This means you haven't performed the DKIM setup for your domain, go to the DKIM setup section of this guide.
Google automatically signs all outgoing email with their default DKIM signature.
If you'd like to have an optimal setup for deliverability you can go to the DKIM setup section of this guide, to set up a DKIM signature coming from your domain.
Your DKIM record is outdated and it does match the one that Google is using.
Complete the steps in the DKIM setup section of this guide.
If you don't have access to the login credentials, share this guide with someone in your organization who does, usually the IT team, or the person that bought the domain.
You'll need access to the domain management page to set up SPF, DKIM and DMARC.



| Type | Host | Value | TTL |
|---|---|---|---|
TXT Record |
_dmarc |
v=DMARC1; p=none; |
5 min |

If the validation fails, it may be because DNS changes can take a while to propagate. Try again in a couple of minutes.

If you don't have access to Amplemarket you can verify if your DMARC is correctly setup on a free tool like: https://mxtoolbox.com/dmarc.aspx
Keep only one of records, delete the others.
DMARC records are TXT type records, with _dmarc on the Host option.
This could be a typo or a misplaced element.
Copy and paste the record you have to this DMARC syntax checker to help you find the issue: https://vamsoft.com/support/tools/dmarc-policy-validator
Your DMARC record has a rua and/or ruf option with a malformed email address.
Please check the syntax of the email address.
Copy and paste the record you have to this DMARC syntax checker to help you find the issue: https://vamsoft.com/support/tools/dmarc-policy-validator