Skip to content

A ClickSend adapter for the Bamboo email app.

License

Notifications You must be signed in to change notification settings

JBulloch/bamboo_clicksend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A ClickSend adapter for the Bamboo email app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%