Guys, there is a security issue with the mailer module used in this tutorial, as pointed out by @inanesilence. There is a workaround suggested here: github.com/nest-modules/mailer/pull/1021, or simply use nodemailer directly: ua-cam.com/video/Pu1YP5PZKFc/v-deo.html
Thanks for pointing that out! I guess you're referring to this issue: github.com/nest-modules/mailer/pull/1021 Guys, there is a workaround suggested on the page as well, or simply use nodemailer directly. I'll see if I can make a follow up video using nodemailer
@@ZestMade I have a problem sending an email using "smtp", I get an error "Error: Invalid login: 535-5.7.8 Username and Password not accepted." Gmail security changed. Although I was able to create the application password, the problem continues. Any solution?
Guys, there is a security issue with the mailer module used in this tutorial, as pointed out by @inanesilence. There is a workaround suggested here: github.com/nest-modules/mailer/pull/1021, or simply use nodemailer directly: ua-cam.com/video/Pu1YP5PZKFc/v-deo.html
I love you so much!
Mailer module is deprecated. High risk to this implementation in production.
Thanks for pointing that out! I guess you're referring to this issue: github.com/nest-modules/mailer/pull/1021
Guys, there is a workaround suggested on the page as well, or simply use nodemailer directly. I'll see if I can make a follow up video using nodemailer
@@ZestMade exactly. Using node mailer directly
@@ZestMade I have a problem sending an email using "smtp", I get an error "Error: Invalid login: 535-5.7.8 Username and Password not accepted."
Gmail security changed.
Although I was able to create the application password, the problem continues.
Any solution?
I see they fixed the error. Is it suitable for continued use?
How to use only nodemailer to send the emails: ua-cam.com/video/Pu1YP5PZKFc/v-deo.html