Report this

What is the reason for this report?

Sending mail from wordpress

Posted on October 11, 2021

Hey,

I’m now on a shared hosting, wordpress/woocomerce, so i need daily mail for customers and to my website to work, and now i want to migrate to a droplet, Cyberpanel/litespeed, and i read in the web, that i won’t be able to send or receive mail if i’a with digital ocean, is it true ?

and how to fix it ?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

yes , DO by default block port 25 which is used to send mail out

you need a 3rd party plugin like this https://wordpress.org/plugins/easy-wp-smtp/ to use your external SMTP to send mail out.

Hi there,

In addition to what @qtwrk already mentioned. You can still send out emails over port 587 or 465 both of which are secure SMTP ports.

You could use an SMTP service like SendGrid. They have a free plan and you could use it along with the plugin that @qtwrk mentioned.

Regarding receiving emails, emails are not received via port 25. Port 25 is only for outgoing emails over non-secure SMTP.

Regards, Bobby

Hello all,

It is possible that port 25 is closed for new accounts. This is something we have been doing to reduce spam on our network. Please do not think that we are accusing you of sending spam, it is more that we simply cannot accurately determine who is going to send it.

Stopping spam is a constant fight, so we have implemented some restrictions on newer accounts.

As Bobby mentioned you can still send out emails over port 587 or 465 both of which are secure SMTP ports.

Also using a third party like Sendgrid to send your emails or using a plugin like Easy-SMTP with Gmail is also a good alternative.

Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.