a year 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
a year ago
SMTP outbound traffic is only available on Pro and Enterprise plans.
a year ago
That is a recent change to prevent spam and abuse.
a year 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
a year ago
Unfortunately there isn't any client-side hack you can do to complete that TCP handshake to the SMTP port
a year ago
!s
Status changed to Solved medim • 12 months ago