Merge branch 'master' into custom-email

This commit is contained in:
David Baldwynn 2017-08-14 19:35:57 -07:00 committed by GitHub
commit 76a80c5632

View file

@ -217,6 +217,8 @@ MAILER_SMTP_PORT=465
MAILER_SMTP_SECURE=true MAILER_SMTP_SECURE=true
``` ```
**Note**: You can view the compatible types for MAILER_SERVICE_PROVIDER [here](https://nodemailer.com/smtp/well-known/)
#### Deploy with Docker: #### Deploy with Docker:
Create and start mongo & redis docker container. Create and start mongo & redis docker container.
``` ```