BambooClicksend

A ClickSend adapter for the Bamboo email app.

Installation

  1. Add bamboo_clicksend to your list of dependencies in mix.exs
def deps do
  [
    {:bamboo_clicksend, "~> 0.2.0"}
  ]
end
  1. 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
  1. 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.