Skip to content
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

Unhandled error crashes the process within transport.verify() #1638

Open
rhks opened this issue Mar 24, 2024 · 2 comments
Open

Unhandled error crashes the process within transport.verify() #1638

rhks opened this issue Mar 24, 2024 · 2 comments

Comments

@rhks
Copy link

rhks commented Mar 24, 2024

I've been experiencing a situation while using nodemailer with corporate proxy, my application closes unexpectedly even though I've tried wrapping in a try and catch block and explicitly set a timeout with throw to prevent the whole application from closing, yet nothing has been helpful so far and no transaction log displayed
But this...
[2023-12-10 15:11:29] DEBUG Creating transport: nodemailer (6.9.9; +https://nodemailer.com/; SMTP/6.9.7[client:6.9.9])
[2024-03-24 15:11:29] DEBUG Sending mail using SMTP/6.9.9[client:6.9.9], then the whole process crashes.
Happens only with while sending from my corp proxy, Any help would be appreciated.

@rhks
Copy link
Author

rhks commented Apr 8, 2024

Was able to trace where the error originates from and fixed it. with your permission i @andris9 i can share the fix i implemented or more so create a pr for it.

Copy link
Contributor

github-actions bot commented May 9, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant