Skip to content

Commit

Permalink
link to Rails mail tools in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Feb 26, 2022
1 parent 80fea27 commit 4003aca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ bin/fix

`db:seed` creates a feed named somefeed ([localhost:3000/feeds/somefeed](http://localhost:3000/feeds/somefeed)) with a post named somepost ([localhost:3000/posts/somepost](http://localhost:3000/posts/somepost)).

You can also add posts yourself by hitting the Postmark inbound webhook:

```
bin/email [HOST=localhost:3000] [POST=spec/support/body.json]
```
You can also add posts yourself using the [Rails mailbox tools](http://localhost:3000/rails/conductor/action_mailbox/inbound_emails/).

0 comments on commit 4003aca

Please sign in to comment.