2 months ago
Hello,
My Node.js backend application needs to send registration and contact emails using Gmail SMTP (smtp.gmail.com) on Port 465.
Currently, the server is throwing a "Connection timeout" error when trying to send emails because outgoing SMTP connections are blocked.
Could you please unblock/allow outbound SMTP traffic on Port 465 for my project?
Thank you!
1 Replies
2 months ago
Outbound SMTP is only available on the Pro plan and above, while Free, Trial, and Hobby plans have SMTP disabled. For sending emails from your application, please use a dedicated email service that provides HTTPS APIs. More information can be found in our outbound networking documentation.
Status changed to Awaiting User Response Railway • about 2 months ago
2 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • about 2 months ago