Skip to content

Commit

Permalink
Clarify setting up email
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Apr 19, 2020
1 parent cb39f21 commit 4622e33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ variety of plugins. Here, you can set up the system to use whatever email
delivery service you would like. Check the swoosh documentation for details.

Create a `./backend/config/dev.secret.exs` file. Here's what my Mailgun config
looks like, but you'll need to change the details of this file.
looks like, but you'll need to change the details of this file. Check the
[Swoosh](https://github.com/swoosh/swoosh) docs for adapters and settings to
use. You can use SMTP if you wish..

```
use Mix.Config
Expand Down

0 comments on commit 4622e33

Please sign in to comment.