SendGrid Adapter for Bamboo
:bamboo: A SendGrid adapter for Paul Smith's great emailer.
Usage
Refer to lib/bamboo/adapters/sendgrid_adapter.ex or run h Bamboo.SendgridAdapter.
Testing
TODO
Installation
-
Add
bamboo_sendgridto your list of dependencies inmix.exs:
```elixir
def deps do
[{:bamboo_sendgrid, "~> 0.0.0"}]
end
```-
Ensure
bamboo_sendgridis started before your application:
```elixir
def application do
[applications: [:bamboo_sendgrid]]
end
```