Domain Setup
Email Account Setup
After adding your domain to our system, you'll need to point it to our mail servers:
Required DNS Record
Type | Name | Value | TTL |
---|---|---|---|
MX | @ | mx.smtp.dev | 3600 |
Setup Instructions
Log in to your domain/DNS provider's website
Find the DNS settings or Domain management section
Create a new MX record with exactly the values shown above
Please Note
Using Subdomains
Your root domain isn't your only option - subdomains work perfectly with our system too!
Subdomain Email Setup
Type | Name | Value | TTL |
---|---|---|---|
MX | test | mx.smtp.dev | 3600 |
MX | support | mx.smtp.dev | 3600 |
In this example, both test.example.com
and support.example.com
would be configured to receive email.
Why Use Subdomains?
Subdomains are perfect for:
- Separating different departmens (notifications, support, billing)
- Testing new email configurations without risking your main domain reputation
support.example.com
and billing.example.com
, you need to add both domains individually in your dashboard.Setting Up a Subdomain
Let's say you want emails to arrive at help@support.example.com
:
Add the subdomain in dashboard
Go to the Domains section of your dashboard and add support.example.com
as a new domain
Configure DNS for the subdomain
Add an MX record for your subdomain:
Type | Name | Value | TTL |
---|---|---|---|
MX | support | mx.smtp.dev | 3600 |
Create a new Account
Create a new account and select the support.example.com
as the domain name
Wait for DNS propagation
Once DNS propagation completes, you can receive emails at any address @support.example.com
Troubleshooting
If emails aren't arriving after updating your MX records:
Verify your DNS configuration
Check your MX setup using Google's DNS Toolbox by entering your domain name. This tool will confirm if your MX record is correctly configured and visible across the internet.
Ensure single MX record configuration
Your domain should have only one MX record pointing to mx.smtp.dev
. Multiple or competing MX records will interfere with proper mail delivery. Remove any existing MX records from previous email providers before adding ours.
If problems persist, please contact our support team for additional assistance.