InJavaScript in Plain EnglishbyFirmanSending Email From Local Using Nodemailer and MailtrapIntro — Yes, this time we will discuss how to send emails from our local computer using Mailtrap, https://mailtrap.io.Nov 25Nov 25
KanishksinghmauryaReset-Password/Forget-Password Implementation using Node.js , MongoDB , Nodemailer , JWTThis code sets up the password reset functionality by allowing users to request a reset link, sending that link via email, and then…Jul 13Jul 13
Raghavendra AcharyaSending HTML Email Templates with Images using Node.js and NodemailerIn the realm of web development, sending personalized and visually appealing email templates can significantly enhance user engagement. In…Feb 17Feb 17
InJavaScript in Plain EnglishbyFirmanSending Email From Local Using Nodemailer and MailtrapIntro — Yes, this time we will discuss how to send emails from our local computer using Mailtrap, https://mailtrap.io.Nov 25
KanishksinghmauryaReset-Password/Forget-Password Implementation using Node.js , MongoDB , Nodemailer , JWTThis code sets up the password reset functionality by allowing users to request a reset link, sending that link via email, and then…Jul 13
Raghavendra AcharyaSending HTML Email Templates with Images using Node.js and NodemailerIn the realm of web development, sending personalized and visually appealing email templates can significantly enhance user engagement. In…Feb 17
Soojeong LeeSending Server-side Email To Users: Nodemailer + Custom TemplatesTry this out if you’re looking to cut costs!Oct 13
Abil SavioEmail contact form using NextJS (App router)Simple tutorial for using NextJS with app router to create a contact form to send messages to your email using nodemailerJul 18, 20234
Malish ShresthaImplementing CSRF Protection in Next.js ApplicationsCross-Site Request Forgery (CSRF) is a type of attack that tricks a user into submitting a malicious request. This can lead to unauthorized…Sep 27