DEV Community

Cover image for How to create free email forwarding for your Vercel app custom domain
Joodi
Joodi

Posted on

How to create free email forwarding for your Vercel app custom domain

During my day to day use, I missed having a personalized email service with my domain, for example info[at]joodi.me I looked on the Vercel dashboard and saw that they didn’t offer this type of service, so I started searching for third-party services and found ImprovMX .

Image description

What is ImprovMX? ImprovMX offers an email forwarding service. What it basically does is catch all emails that arrive at your domain, for example, all emails that arrive at @joodi.me will be redirected to another email that I informed.

And you know the best?! It’s free and has a very fast delivery capacity:

Image description

So let’s learn how to do this? The configuration process at ImprovMX is very quick and easy, just access their website which you can open by clicking here .

Right from the start you will come across this section where you enter your domain and the email to which you will be redirected:

Image description

After filling in the data and clicking on Create a free alias you will be redirected to a screen like this, where it will show you the DNS settings necessary to complete the implementation:

Image description

Then just enter this DNS information into your domain provider to start the redirection, this DNS update process can take up to 48 hours to finish propagating.

Soon after the records are OK, you will see a screen like this:

Image description

And if everything is ok, all your emails will be redirected!

✅ Thanks for reading!

Source

Top comments (0)