Hello, I am using the DO droplet with WordPress. And also change NX params on my domain. Everything is working as expected. Now I need to create email account like userx@mydomain.com
What is the easiest way to do achieve this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi @umutguncan,
You’ll need to install an e-mail service. Having said that, I’ll recommend using a third party e-mailing service. DigitalOcean by default tend to block port 25 to prevent spam sending of e-mails and it might prove harder for you to configure an e-mailing service than just use one free third party service.
If you decide to go with the third party service, best way would be to just search for free services in google.
If you decide to use your droplet for it, I’ll recommend using postfix and checking out the following DigitalOcean tutorial which explains how to configure it :
Regards, KFSys