21 days ago
I want to link my zohomail to the Send email node in n8n. I have added the SMTP credentials in my n8n instance but emails arent going through due to timeout errors.
I need to enable outbound SMTP traffic on ports 465 and 587 for my n8n service so I can connect to my Zoho Mail account.
Please help
Pinned Solution
21 days ago
Railway blocks outbound SMTP traffic (ports 465 and 587) on the Free plan. You'll need to upgrade plan to send emails via SMTP.
Edit : You need pro plan , On Free plan you can use n8n's HTTP Request node with Zoho's email API instead of the SMTP node
3 Replies
21 days ago
Railway blocks outbound SMTP traffic (ports 465 and 587) on the Free plan. You'll need to upgrade plan to send emails via SMTP.
Edit : You need pro plan , On Free plan you can use n8n's HTTP Request node with Zoho's email API instead of the SMTP node
dharmateja
Railway blocks outbound SMTP traffic (ports 465 and 587) on the Free plan. You'll need to upgrade plan to send emails via SMTP. Edit : You need pro plan , On Free plan you can use n8n's HTTP Request node with Zoho's email API instead of the SMTP node
21 days ago
The Pro plan is needed.
21 days ago
Thanks guys, used the API method.
Status changed to Solved brody • 21 days ago