Email sending fails
miteshpant
HOBBYOP

13 days ago

I have the following setting

SMTP_HOST=smtp.gmail.com

SMTP_PORT=587
SMTP_USER=***@foundrpilot.ai
SMTP_PASSWORD="*******"
SMTP_FROM_NAME=FoundrPilot

SMTP_FROM_EMAIL=s***@foundrpilot.ai

in the env , I am able to send email from my local using these and also using railways-cli from m y local but from the server it fails

$10 Bounty

1 Replies

Status changed to Awaiting Railway Response Railway 13 days ago


You need to be on the Pro plan to use SMTP. If you don't wish to upgrade to Pro, you can use a REST API service that provides SMTP support (eg, Resend).

https://docs.railway.com/networking/outbound-networking


Loading...