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

Fix bug by using nodemailer-sendgrid #1133

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

GFoniX
Copy link

@GFoniX GFoniX commented Mar 8, 2024

I fixed the bug that occurred with nodemailer-sendgrid. I'm sorry, I had indeed run npm run test, but apart from connection error messages, I didn't notice any crashes, and I didn't test it with nodemailer-sendgrid.

So, I made it so that my function only executes if we specify an option 'verifyTransporters', which is false by default. This way, it won't be blocking. I also added an undefined check on the transporter.verify to avoid crashing.

@juandav juandav merged commit 33fa7fa into nest-modules:main Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants