I had a flow that was working really well. It triggered whenever we received an email from a certain user, then it would ask ChatGPT to write out an email response, then SMTP would send out the email using the data collected. But one day, it just stopped working, and I can’t connect to SMTP step as it gives me the error:
“Connection failed: {“code”:“ETIMEDOUT”,“command”:“CONN”}”
The current flow has 4 steps:
New Email (imap)
Ask ChatGPT (to turn info from email to json files)
Code (to parse the info from chatgpt)
Send Email (smtp)
Step 4 is when the problem happens. Steps 1-3 work fine.
Hi, i opened it on github issue, but there is no one answer, so i create this topic.
I try to add foxmail by using smtp connection,
Its say Connection failed: {“code”:“ETIMEDOUT”,“command”:“CONN”}
host: smtp.qq.com
port: 465
This is a possible bug, I merged the two topics so we can check this out. Please provide us with any information that can be used to confirm/reproduce this bug.
Same issue here, unfortunately. I’ve tried multiple SMTP Servers both receiving the same errors onf TLS and SSL. Double checked the password multiple times on each server.