Outgoing SMTP Server

Please, how to configure Cyberpanel to send out via ‘n1smtpout.europe.secureserver.net

Elaborate your issues? Its totally not predictable.

i installed cyberpanel on Godaddy vps. My mails are not delivering. i reached out to godaddy, and the said their vps use an outgoing server to send emails.

so i have to configure my cyberpanel to send out using the outgoing server

The VPS does use a mail relay, so do not do direct-to-mx. Have you configured the VPS to use that relay?
You need to configure Cyberpanel to send out via ‘n1smtpout.europe.secureserver.net’. Could you please do that?

This is exactly what i was told

Try to avoid VPS companies that block port 25. I don’t know how the email relay works but GoDaddy blocks port 25 used by Cyberpanel to send emails.

sudo apt install ufw
sudo ufw allow 25
sudo ufw allow 587
sudo ufw allow 465

i saw these codes to open ports. If i use them will i still be able to open port 25 and send mails via smtp with port 25?

if this does not work on this vps, if i purchase a contabo vps will it work ?

I don’ think these commands will work. Also, while Contabo has the port 25 open it seems that they have limitations for the number of emails you can send each minute.
Racknerd don’t filter emails and you can send unlimited emails with port 25.

There are several things.

First install nmap in the vps and then run this command.

nmap localhost -p 25

if its open then it means you can send emails. Now if they are saying to use mail relay then you have to connect this relay in your SPF records, DMARC Records, DKIM records and then use this relay provided by them.

i do not know how to connect the replay in my records

ok, thank you. i will purchase a racknerd server and try it out