Not receiving mails into my cpanel mail accounts

So I had an issue where I’m not able to receive emails into my domains as I’m using cpanel provided mails from another hosting provider(namecheap). I contacted my custom domain name provider and they said I should do the following to the associated domain(https://vaselabs.io) here on netlify:

You can create the A record for mail.vaselabs.io with the value 198.54.126.15 and create the three MX records from the hosting provider side.
Here are the MX records for vaselabs.io:

1.TTL: 1200 Type: MX
Priority: 5
Destination: mx1-hosting.jellyfish.systems

  1. TTL: 1200 Type: MX
    Priority: 10
    Destination: mx2-hosting.jellyfish.systems

  2. TTL: 1200 Type: MX
    Priority: 20
    Destination: mx3-hosting.jellyfish.systems

I’ve done the above, but I want to check up with you guys if I did the right thing or not. could you help me check please?

I could see that the A record for mail.vaselabs.io is there and set correctly per what you sent.

But not the MX records. Make sure it is set correctly on your Netlify DNS settings.

It should be filled like this, replacing the values as appropriate.

At the end, the MX records should show up like this:


EDIT: If you want to check whether you’ve set things up correctly, Dig (DNS lookup) is a useful site. You just need to enter the name and pick the record which you are checking for.

Example for the MX records:

image

1 Like

thanks man, it worked

1 Like

A post was split to a new topic: NodeJS Express Server Deployment on Netlify