Hi experts! I'm hoping someone can help me out and point me in the right direction. I have a domain registered with Google Domains, a Zoho Mail account, and I'm setting up a MailChimp account.
For Zoho, I verified my domain name and set up MX, SPF, and TXT records under my DNS settings for Google Domains. All is well. When setting up MailChimp, it wants me to Authenticate my domain name by creating the following DNS records:
DKIM: Create a CNAME record for k1._domainkey.MYDOMAINNAME.com with this value:
dkim.mcsv.net
SPF: Create a TXT record for MYDOMAINNAME.com with:
v=spf1 include:servers.mcsv.net ?all
I have no problem with step 1 creating a CNAME record (I have 2 other CNAME records for subdomains "www" and "blog"). However, I cannot add a TXT record because Zoho uses a TXT record already:
zoho._domainkey TXT "v=DKIM1; k=rsa; p=longkeytexthere etc."
I gather that I cannot have 2 TXT records for a single domain. How do I accomplish what I'm shooting for by verifying my domain name for both Zoho Mail and Mailchimp? Any leads? Thanks in advance! :)