4 months ago
Hello, I need help with why I'm not receiving mails and it's showing successful here in my logs
5 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 MongoDB Connection Issue: Client Disconnects Immediately After Successful Authentication
🧵 JSON Print Statements Not Appearing in Railway Logs Despite Successful Application Functionality
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
Hey there! Can I get any more info on this project?
To my knowledge, railway doesnt support inbound SMTP however on the pro plan it does allow outbound SMTP.
Any info is good info!
4 months ago
There was a bit of delay in sending of the OTP and it says in the log that the OTP has been sent
dcl
There was a bit of delay in sending of the OTP and it says in the log that the OTP has been sent
4 months ago
Hey,
Railway typically restricts direct SMTP, so if you're using something like Nodemailer with SMTP, the emails might not actually be going out even if your logs show success.
Make sure your email service is properly set up, and consider using a third-party transactional email API (like mailersend, Mailgun, or Resend) instead of direct SMTP.
idiegea21
Hey, Railway typically restricts direct SMTP, so if you're using something like Nodemailer with SMTP, the emails might not actually be going out even if your logs show success. Make sure your email service is properly set up, and consider using a third-party transactional email API (like mailersend, Mailgun, or Resend) instead of direct SMTP.
4 months ago
Railway permits direct SMTP on the Pro plan or higher. OP has solved their issue as well.
Status changed to Solved noahd • 4 months ago