An app that utilizes nodeMailer, ExpressJS, and Jquery to send server emails and power a website's contact form.
How to use:
- Make sure Node.JS is installed on your server.
- Copy app.js & package.json to its own folder.
- run "sudo npm install"
- run "node app.js" or preferably use PM2
- custom.js should be put with your website's javascript files & linked to your webpage's HTML.
- app.js will need a reverse proxy so it can be accessed remotely. To learn how to do this with Nginx, visit: This website (will put here later)
- On the sample HTML form provided, fill out your information, and hit send.