From 9aca25c076a752d9c190603bfdd2c35fac9cf4ff Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 14 Jul 2016 19:58:54 -0300 Subject: [PATCH] Ivan - Add FakeSMTP support --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c59ebd6..8b140781 100644 --- a/README.md +++ b/README.md @@ -79,15 +79,15 @@ Just as there is the `gulp dev` task for development, there is also a `gulp prod 5. Install project dependencies `sudo gem install bundler` Test can run by using executing `run-tests.sh` file. -##### BACKEND SMTP SERVER TESTING -An email SMTP server can be configured in by EmailSender class. If you're doing development, you can use a fakeSMTP server. +##### BACKEND FAKE SMTP SERVER +If you're doing development, you can use a FakeSMTP server to see the mails that are being sent. -1. Install java if you don't have it +1. Install java if you don't have it jet `sudo apt-get install default-jre` `sudo apt-get install default-jdk` -2. Download FakeSMTP: https://nilhcem.github.io/FakeSMTP/download.html +2. [Download FakeSMTP](https://nilhcem.github.io/FakeSMTP/download.html) 3. Extract the file from the zip and run it @@ -95,4 +95,4 @@ An email SMTP server can be configured in by EmailSender class. If you're doing 4. Set the port to 7070 and start the SMTP server -5. Now every time that the application sends an email, it will be reflected there. \ No newline at end of file +5. Every time the application sends an email, it will be reflected there. \ No newline at end of file