Description:
I was building a notification service and kept getting i/o timeout errors when trying to send emails via SMTP on port 587. Took me a while to figure out it might be a platform restriction and not a bug in my code.
A few questions:
- Is port 587 blocked on all plans or just the trial?
- Is there any plan to support outbound SMTP?
- What is the recommended approach for sending emails from a Railway service?
Description:
I was building a notification service and kept getting
i/o timeouterrors when trying to send emails via SMTP on port 587. Took me a while to figure out it might be a platform restriction and not a bug in my code.A few questions: