-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle Timeout errors i.e. 421 Timeout - closing connection #144
Comments
I got the same issue, did you fix that? @vinodhreddygs |
I got the same issue, did you fix that? |
` }, Follow this code and it works like a charm @andrealeo83 |
I resolved following this https://github.com/nodemailer/smtp-server/blob/master/examples/server.js#L104 |
This seems old but currently experiencing this issue from the client side ... tested on other client application like wordpress and it would work but for other applications like Laravel ... I get timeout. Not sure where the problem is coming from. |
Hi,
After SMTP server authentication, I'am encountered "421 Timeout - closing connection" error in the my server. Please let me know how to handle this type of issues or errors.
Thanks.
The text was updated successfully, but these errors were encountered: