Documentation

Wix

Connect to your Wix dashboard

Connect to your Wix domains

Go to Domains in your Wix account, click the Domain Actions icon next to your domain, then click Manage DNS records.

If your domain is connected to Wix via pointing, you must manage your DNS records with your domain host (not Wix).

1. Set the MX records

Scroll to the MX records section.

Delete any existing MX records by clicking the More Actions icon and selecting Delete, then add the following records:

You may need to click Save Changes after each record addition.

Type
Host Name
Points to
Priority
MX
Leave blank
mx1.mailcast.io.
10
MX
Leave blank
mx2.mailcast.io.
20

2. Set the SPF record

Scroll to the TXT records section.

Look for a TXT record with a blank Host Name and Value that begins with v=spf1.

Update an existing SPF record

Hover your mouse over the record and click Edit the record. Update the value by adding include:spf.mailcast.io after the v=spf1 and before the rest of the record, separated with a space on either side.

Add a new SPF record

Click + Add Record under TXT records and fill in the following values:

Type
Host Name
Value
TXT
Leave blank
"v=spf1 include:spf.mailcast.io ~all"

3. Set the DKIM record

This is only necessary if you have enabled sending on your domain.

Scroll to the CNAME records section.

Click + Add Record and fill in the following values:

Type
Host Name
Points to
CNAME
mailcast._domainkey
dkim.mailcast.io

4. Set the DMARC record

This is only necessary if you have enabled sending on your domain.

Scroll to the TXT records section.

Look for a TXT record with _dmarc as the Host Name.

If you already have a DMARC record, then there is no need to update it.

This is a minimal DMARC record that will suggest that unauthorised emails sent from your domain are marked as spam. Learn more about DMARC to help you decide how to configure your DMARC policy.

Click + Add Record and fill in the following values:

Type
Host Name
Value
TXT
_dmarc
"v=DMARC1; p=none;"

5. Validate your DNS updates

Click on the DNS tab for your domain from within Mailcast Domains and click Validate to check if your DNS updates are correct.