2 months ago
I’ve developed a web store and deployed it on Railway. During development, I used NodeMailer to send emails — it would send order confirmations to both the customer and the admin.
But after deploying, NodeMailer stopped working. After searching online (and with ChatGPT), I found some people saying that Railway might be blocking NodeMailer.
So I want to know:
Is this true?
Does Railway actually block NodeMailer for security reasons?
Or do I just need to change my NodeMailer configuration to make it work on Railway?
Also, are there any alternatives or workarounds similar to NodeMailer? The free tier of NodeMailer is very generous, so I'm wondering if you developers can suggest something suitable, since I’m still new to this.
2 Replies
2 months ago
Yeah you can't utilize port 25 for smtp on the Hobby plan, you need to upgrade to the Pro plan
2 months ago
All SMTP ports*