Mail not sending
dcl
PROOP

6 months ago

Hello, I need help with why I'm not receiving mails and it's showing successful here in my logs

Solved$10 Bounty

Pinned Solution

dcl
PROOP

5 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

5 Replies

Railway
BOT

6 months ago


6 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!


dcl
PROOP

5 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

idiegea21
HOBBY

5 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.

5 months ago

Railway permits direct SMTP on the Pro plan or higher. OP has solved their issue as well.


Status changed to Solved noahd 5 months ago


Loading...