How to authenticate your domain name for email sending
In this article, you will learn how to authenticate your custom domain name for email sending. Proper domain authentication is a critical step in establishing a positive sender reputation and ensuring your emails reach your contacts' primary inboxes.
What you will need:
- A SystemeScale account
- A custom domain name registered with a DNS hosting provider
- Authentication of a custom domain name is mandatory to send emails from SystemeScale.
- The domain you want to authenticate must have an active website linked to it. If the domain leads to a 404 error page, email providers may block your emails. For example, if your domain is
sio-team.live, it must resolve correctly; otherwise, sending frominfo@sio-team.livewill result in server blocking. - You cannot authenticate domains from free, personal email providers (e.g., Gmail, Yahoo, ProtonMail). Only custom domains can be authenticated.
Step 1: Access your Domain Settings
First, you need to generate your unique DNS records directly from your workspace dashboard.
sio-team.live). Click Save. The system will generate three CNAME records and one DMARC record. These must be integrated into the DNS settings of your external domain host.For more details on properly configuring DMARC, please reference our guide: How to create a DMARC record.
Step 2: Log in to your domain host
Next, start by accessing your external domain host account. You will need to add the provided CNAME records to your domain's DNS zone manager. If you encounter any difficulties navigating their interface, please contact your host's specific support team for guidance.
Note: In this article, we will be using GoDaddy as a visual example. While we use GoDaddy, the process is structurally identical across most major hosts. Check the related articles at the bottom of this page for provider-specific guides.
Important rules for entering records:
- In your host's Name field, paste the value from SystemeScale. Enter only the part before your domain name (e.g., if the value is
si942517.sio-team.live, enter onlysi942517). - In the Value field, paste the exact target provided by SystemeScale. Add a period (.) at the absolute end of the value if your host requires it (e.g.,
inbound.systeme.io.).
Here is how the three CNAME records should look inside your provider's DNS zone (these specific values are just examples):
- NAME (host):
si942517β VALUE:inbound.systeme.io. - NAME (host):
systemeio1._domainkeyβ VALUE:key1.systeme.io. - NAME (host):
systemeio2._domainkeyβ VALUE:key2.systeme.io.
Click Save to validate each record individually.
Here is how the line must be mapped (example values):
- Name:
_dmarc - Value:
v=DMARC1; p=none; rua=mailto:example@gmail.com
Step 3: Verifying your configuration
After inserting the records, you should proactively check that your CNAME records are correctly configured using a public DNS checker tool.
systemeio1._domainkey.sio-team.live) into the checker's search bar.If you see a green checkmark next to the exact target value for all three of your CNAME records, it confirms that your domain name has successfully propagated and authenticated. If you want secondary confirmation, you can also contact the SystemeScale support team for verification on our end.
However, if any CNAME records appear in red, return to your DNS settings and check for trailing spaces, missing periods, or syntax errors. If you cannot resolve the issue, please contact support and include a full, uncropped screenshot of your DNS records panel.
Finally, check that your DMARC record has been successfully added by searching with your root domain name using a public DMARC checker tool.

