Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`eiconv` is on hex now and [mailman is using it](5b57373). So this removes the caveat at the end of the readme.
  • Loading branch information
Max Beizer committed Apr 25, 2018
1 parent 8f18e19 commit 1bd2ea9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,23 +266,6 @@ Also, if you want to clear this list:
Mailman.TestServer.clear_deliveries
```

## Using with Hex

There's one gotcha currently when using the package with Hex. Because of the dependency on the eiconv library and it's absence in the Hex database, you have to specify it as a dependency on your own in your mix.exs

As an example:

```elixir
defp deps do
[
{:mailman, "~> 0.4.0"},
{:eiconv, github: "zotonic/eiconv"}
]
end
```

This way you'll be able to use the parse! function to parse delivered emails.

## TODOs

- [ ] Send multiple emails using the same connection [gen_smtp PR](https://github.com/Vagabond/gen_smtp/pull/117)
Expand Down

0 comments on commit 1bd2ea9

Please sign in to comment.