Skip to content

jbodah/bamboo_elastic_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamboo.ElasticEmailAdapter

An ElasticEmail adapter for the Bamboo email app.

Installation

If available in Hex, the package can be installed by adding bamboo_elastic_email to your list of dependencies in mix.exs:

def deps do
  [
    {:bamboo_elastic_email, github: "jbodah/bamboo_elastic_email"}
  ]
end

Configuration

config :my_app, MyApp.Mailer,
  adapter: Bamboo.ElasticEmailAdapter,
  api_key: "my_api_key"

Note: As of writing this ElasticEmail does not support the "cc" field so it is merged into the ElasticEmail's "recipients"

About

An ElasticEmail adapter for the Bamboo email app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages