How to set up professional email on your domain in 5 minutes with ImprovMX
Published on 2025-10-11
🚀 How to set up professional email on your domain in 5 minutes with ImprovMX
Many website owners, startups and small projects want an email like info@вашдомен.ru
, but aren’t ready to pay for corporate email hosting.
ImprovMX solves this — it forwards incoming mail from your domain to any personal mailbox (for example, Gmail or Yandex) for free. The free plan has limits on the number of aliases and forwarded mail volume; active use may require a paid plan.
🧐 Step 1. Create a free email alias
- Go to improvmx.com.
- In the Your domain name field enter your domain (for example,
vashdomen.ru
). Make sure it’s registered and active. - In the Your email address field enter the address where all mail will be forwarded (for example,
my.personal.email@gmail.com
). - Click Create a free alias.
After that the service will generate the required DNS records for your domain.
🛠️ Step 2. Add MX records to your domain’s DNS
For ImprovMX to handle incoming mail, you need to point its servers in your DNS settings:
- Log in to your registrar control panel (for example, Reg.ru, GoDaddy, Namecheap, AWS Route53, etc.).
- Open the DNS zone or DNS Management section.
- Remove old MX records if they exist.
- Add the new records suggested by ImprovMX. They usually look like this:
Type | Name (Host) | Value | Priority |
---|---|---|---|
MX | @ | mx1.improvmx.com | 10 |
MX | @ | mx2.improvmx.com | 20 |
- Save the changes and wait for DNS propagation. Usually this takes 5–30 minutes, but can stretch to 24–48 hours depending on TTL.
After that return to the ImprovMX site and click “I’ve added them, check now” to confirm domain connection.
📤 Step 3. Set up sending emails from your address
Now all messages sent to info@вашдомен.ru
will arrive in your main mailbox. To send emails from that address you’ll need an external SMTP server.
Option A. ImprovMX SMTP (paid plan)
Subscribe to a plan with SMTP support on ImprovMX.
In Gmail open:
Settings → See all settings → Accounts and Import → Send mail as → Add another email address.Enter the name and address (for example,
info@вашдомен.ru
).Enter the SMTP parameters provided by ImprovMX:
- SMTP host:
smtp.improvmx.com
- Port:
587
- Authentication: login and password from the ImprovMX dashboard
- SMTP host:
Confirm the address via the link in the email.
Add SPF and DKIM records to DNS following ImprovMX’s instructions so emails don’t end up in spam.
Option B. Using a third-party SMTP provider
If you already have SMTP (for example from AWS SES, Mailgun, Brevo, SendGrid, etc.):
- Register the domain with your chosen SMTP provider.
- Verify domain ownership and enable DKIM.
- In Gmail add a new sending address (
info@вашдомен.ru
) and provide the provider’s SMTP parameters. - Add SPF and DKIM records to DNS.
💡 Without an external SMTP, Gmail will not allow sending emails on behalf of your domain — ImprovMX forwarding only works for incoming messages.
📈 Result: professional email at no cost
Now you have:
- A full corporate address (
info@
,support@
,hello@вашдомен.ru
); - Automatic forwarding of incoming mail to your personal mailbox;
- The ability to reply to clients from your professional domain (when SMTP is connected);
- Minimal costs and no complex server configurations.
ImprovMX is a great solution for freelancers, sole proprietors and small companies that want a professional image without paying for hosting.
🔗 Useful links
- Official ImprovMX website
- Documentation for configuring DNS records
- Gmail SMTP setup instructions
- Adding DKIM and SPF records
⚙️ Additionally: how to increase trust in your email
To make emails look official and avoid spam folders:
- Set up SPF, DKIM and DMARC for your domain.
- Add BIMI to display your company logo in Gmail (requires a VMC certificate).
- If necessary, move to full mail hosting: Google Workspace, ProtonMail, Zoho Mail, etc.
Conclusion: in 5 minutes you get a working address info@вашдомен.ru
, receive mail via Gmail and can reply to clients professionally — free for incoming and with minimal costs for outgoing.
Related Posts
118 | BIMI: Add your logo to your emails and stand out! 📧✨
2025-10-09
115 | Self-hosted mail server vs paid email: comparison, risks, and recommendations
2025-10-05
043 | ISPmanager: The Russian Standard for Hosting Management
2025-07-05
010 | Setting Up DNS for Mail and Website: Part 3 — How to Configure and Verify
2025-05-31