This is a beginner friendly full-stack JavaScript project, which sends your form data to your desired email address.
⌨️ To begin, first download the necessary node modules using the command 'npm install express nodemailer' in the terminal.
✉️ Then open the file 'mail.js' and type your desired sender mail address
🎊 Finally, to run the program, type 'node server.js' to the terminal, and from your browser go to the address 'localhost:8080'.
With this project, you'll learn how to send mails using nodemailer, you'll learn how to redirect data and you'll make a real-life full-stack web application.