Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
/ bamboo_ses Public archive
forked from kalys/bamboo_ses

AWS SES adapter for Bamboo

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

steady-media/bamboo_ses

 
 

Elixir CI

BambooSes

AWS SES adapter for Bamboo

Installation

The package can be installed by adding bamboo_ses to your list of dependencies in mix.exs:

def deps do
  [
    {:bamboo_ses, "~> 0.1.0"}
  ]
end

Configuration

Change the config for your mailer:

config :my_app, MyApp.Mailer,
  adapter: Bamboo.SesAdapter

This package has ExAws as a dependency, and you have to configure it. To find more on AWS key configuration, please follow this link.

You can also override the default ExAws configuration defining a Keyword list as ex_aws key in the mailer config:

config :my_app, MyApp.Mailer,
  adapter: Bamboo.SesAdapter,
  ex_aws: [region: "eu-west-1"]

Usage

Configuration Sets

email = TestBambooSes.welcome_email()
email = Bamboo.SesAdapter.set_configuration_set(email, "configuration_set_name")
TestBambooSes.Mailer.deliver_now(email)

Documentation

Documentation can be found at https://hexdocs.pm/bamboo_ses.

About

AWS SES adapter for Bamboo

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%