diff options
-rw-r--r-- | doc/CHANGES.md | 2 | ||||
-rw-r--r-- | doc/INSTALL.md | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0934c483c..2fd26fcbe 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -21,7 +21,7 @@ * MTA_LOG_TYPE (defaults to Exim) * Copy config/newrelic.yml-example to config/newrelic.yml - by default monitoring is switched off, see https://github.com/newrelic/rpm for instructions on switching on local and remote performance analysis. * Check out this version and run `rails-post-deploy` as usual. - +* Note that mailcatcher is now used in development - see http://mailcatcher.me/ for details # Version 0.6.7 ## Highlighted features * The ability to calculate due dates using calendar, not working days (Matthew Landauer) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index e36d10e2b..761121139 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -164,6 +164,10 @@ emails. Full configuration for an MTA is beyond the scope of this document, though we describe an example configuration for Exim in `INSTALL-exim4.md`. +Note that in development mode, mail is handled by default by mailcatcher +so that you can see the mails in a browser - see http://mailcatcher.me/ +for more details. + ## Minimal If you just want to get the tests to pass, you will at a minimum need |