3 months ago
Hello,
I have an application that needs to send transactional emails to clients (registration, password reset).
I’m using a custom domain with Zoho Mail. Everything works fine when running locally (localhost), but when I deploy the app on Railway, it fails to send emails.
All DNS records (SPF/DKIM/MX) and SMTP settings seem to be configured correctly, but the deployed app still cannot connect/send.
Has anyone set up Zoho Mail SMTP successfully on Railway or a similar hosting platform? Any guidance would be appreciated.
3 Replies
2 months ago
Hi, I'm experiencing the same issue. It used to work before without an issue, but a few weeks ago it stopped working. There are no issues when running locally. Have you managed to get it fixed?
2 months ago
Hey, I assume that this is related to the fact that SMTP is only supported on the pro plan and above https://docs.railway.com/reference/outbound-networking#email-delivery.
uxuz
Hey, I assume that this is related to the fact that SMTP is only supported on the pro plan and above https://docs.railway.com/reference/outbound-networking#email-delivery.
2 months ago
Hey, thanks for your reply. Didn't know about that. I wonder why the issue started to happen in the past few weeks only. I used it with no issue for a long time.
Btw, I decided to move off of SMTP and use HTTPS API instead and it seems to be working fine.
Status changed to Solved brody • 2 months ago