https://github.com/moomerman/elixir-mailbox
A library for receiving mail in an elixir application
https://github.com/moomerman/elixir-mailbox
Last synced: over 1 year ago
JSON representation
A library for receiving mail in an elixir application
- Host: GitHub
- URL: https://github.com/moomerman/elixir-mailbox
- Owner: moomerman
- License: mit
- Created: 2018-12-14T11:41:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T15:50:50.000Z (over 5 years ago)
- Last Synced: 2025-02-27T02:44:36.731Z (over 1 year ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailbox
**A library for receiving mail in an elixir application**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mailbox` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mailbox, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/mailbox](https://hexdocs.pm/mailbox).