Skip to content

Commit

Permalink
Add mailcatcher to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kwfk committed Apr 15, 2020
1 parent 3da844a commit ac2795e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ rails db:setup
# This runs db:create, db:schema:load, and db:seed
```

3. SMTP server

```bash
gem install mailcatcher
# This installs a simple mail server that sends and receives all emails
```


## Secret Credentials

If your master.key has been compromised, you might want to regenerate it.
Expand Down

0 comments on commit ac2795e

Please sign in to comment.