Time out issue with flask email
josel322
HOBBYOP

a month ago

Hello, dear friends.

I'm new with Railway and i deployed my web (for tesis) without problems.

I'm using flask and flask mail for email send. My problem is with flask email.

I already check my credentials, port, etc and I'm receiving a time out message.

Does anybody knows how to fix it?

this is my configuration:

MAIL_SERVER = "smtp.gmail.com"
MAIL_PORT = 465
MAIL_USE_TLS = False 
MAIL_USE_SSL = True

Solved

2 Replies

a month ago

Hello,

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 documentation:

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

Best regards,

The Railway Team


Status changed to Awaiting User Response Railway about 1 month ago


brody

Hello,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 documentation:https://docs.railway.com/reference/outbound-networkingBest regards,The Railway Team

josel322
HOBBYOP

a month ago

ok, thanks for your reply!


Status changed to Awaiting Railway Response Railway about 1 month ago


Status changed to Solved brody about 1 month ago


Loading...