Code will not run without some modifications
- Once cloned, open server.js in a text editor
- Navigate to lines 35, 36 and 45
- Notice that these lines need to be updated with sender email credentials (recommend gmail)
- Once the credentials are updated, open itineraryBuilder.html in a web browser.
- Open terminal and type node server.js (server.js should console log Listening on Port: 3000)
- The email functionality should now work as intended.