A ClickSend adapter for the Bamboo email app.
- Add
bamboo_clicksend
to your list of dependencies inmix.exs
def deps do
[
{:bamboo_clicksend, "~> 0.2.0"}
]
end
- Setup your configuration
config :my_app, MyApp.Mailer,
adapter: Bamboo.ClicksendAdapter,
api_key: "F0E14CF8-1691-11E9-9019-C48E8FF5E241",
username: "my_username",
from_email_id: 4502
- Follow Bamboo Getting Started Guide
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bamboo_clicksend.