Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 650 Bytes

README.MD

File metadata and controls

19 lines (14 loc) · 650 Bytes

Node mailer app

Pre setup

  1. Login to ethereal.email with:
  • user: rudy.hettinger45@ethereal.email
  • pass: cJB38dE4CSGwkKE5kF
  1. Go to https://ethereal.email/messages and check current messages sent.

Setup

  1. Clone this repo
  2. Navigate to this repo in terminal.
  3. Run npm install to install packages.
  4. Run npm run start to start project.
  5. Go to localhost:3000 to check app.
  6. Press send email link to send email and check response. http://localhost:3000/send is going to display json with a response.
  7. Go back to https://ethereal.email/messages to check that message is successfully sent.