From 7fb205171dfa1537b0210700ca7f797aacd2de19 Mon Sep 17 00:00:00 2001 From: fazo96 Date: Sat, 27 Sep 2014 09:42:30 +0200 Subject: [PATCH] small docs improvement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7a6c83..3bae72a 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ That's it. If you want to send emails (necessary to confirm users) you need to set the `MAIL_URL` environment variable, or else the emails will just be printed on stdout. The process is -[explained on the Meteor docs](http://docs.meteor.com/#email) +[explained on the Meteor docs](http://docs.meteor.com/#email). +You can also change mail settings in `server/accounts.coffee`. ### License The MIT License (MIT)