The DNS settings were verified and accepted by Wordpress but then Zoho took me to another step which required putting in some MX settings in the DNS section of Wordpress. I can't seem to get back to that page after getting into the support area of the zoho site so can't cite the settings recommended.
Problem is the "fields" explained on the zoho page do not match up with the fields on the Wordpress example and I don't know if I am inserting the right data in the correct order.
MX <pref> <host> TXT <text> CNAME <subdomain> <host> A <subdomain> <IP> SRV <_service._protocol> <priority> <weight> <port> <domain>
Sample records
MX 10 MAIL1.EXAMPLE.COM. MX 20 MAIL2.EXAMPLE.COM. TXT v=spf1 include:mail.example.com ~all CNAME autodiscover EXCHANGE.EXAMPLE.COM. A webmail 1.2.3.4 SRV _xmpp-client._tcp 10 10 5269 example.com.
This is my attempt to make sense of it and input the MX data on the zoho site:
MX 10 mx.zohomail.com.
MX 20 mx2.zohomail.com
TXT v-spf1 include mx.zohomail.com ~all
CNAME autodiscover mx.zohomail.com
Would you be able to please give me the correct configuration
here so that I might just copy and paste into the Wordpress field?
I appreciate your help as I am totally at a loss as to what to do next.