Send Emails automatically from your own projects.
Create a gmail account and turn 2FA on, Create a new app password and use that as your password for nodemailer. Edit your email and password inside the sendEmail.js file inside of the functions folder (Line 8 & 9)
npm i nodemailer
sendEmail("Recipent","Subject","Content/Html",false)
If you'd like to send HTML code inside the email instead of plain text, change the last argument to true.
Feel free to reach out for help, My discord is rasp.pi