7 months ago
Hi! I am using Uptime Kuma on Railway to check whether or not an SMTP server I am running on my main server is running or not. However, it seems like connecting to port 25 doesn't work at all for some reason. How can I fix this?
11 Replies
7 months ago
SMTP outbound traffic is only available on Pro and Enterprise plans.
7 months ago
That is a recent change to prevent spam and abuse.
7 months ago
You can still send emails by using transactional email services with HTTPS APIs (like Resend)
My use case isn't to send emails per se, I mainly just want to open a TCP connection to check that the mail server is running
Is there a way I can open the connection and just not send any data? That would be fine for my use case
7 months ago
Unfortunately there isn't any client-side hack you can do to complete that TCP handshake to the SMTP port
7 months ago
!s
Status changed to Solved medim • 7 months ago