How to send email
Use node to run this code:
Export yours env variables EMAIL and PASSWORD to set your sender email.
export EMAIL = youremail@email.com
export PASSWORD = yourPassword
set EMAIL = youremail@email.com
set PASSWORD = yourPassword
After that, install and run the server:
npm install
npm start
Finally visit: http://localhost:3000