An ElasticEmail adapter for the Bamboo email app.
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
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"