README: document the available SMTP options.

This commit is contained in:
Sameer Naik 2013-12-17 19:47:22 +05:30
parent 2dbe13b123
commit 84418eec44

View File

@ -174,6 +174,22 @@ Below is the complete list of parameters that can be set using environment varia
The mysql database connection pool count. Defaults to 5.
* SMTP_HOST
SMTP server host. Defaults to smtp.gmail.com.
* SMTP_PORT
SMTP server port. Defaults to 587.
* SMTP_USER
SMTP username.
* SMTP_PASS
SMTP password.
### Putting it all together
```bash