Skip to content

rogalskib/bamboo_config_adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamboo.ConfigAdapter

In some cooperate environments sending emails isn't simply picking a server and sending it to that server. Sometimes different emails require different types of configurations that are only known at runtime. Does this sound like your problem? This may seem convoluted, but this happens and Bamboo.ConfigAdapter is here to help.

Installation

bamboo_config_adapter can be installed by adding bamboo_config_adapter to your list of dependencies in mix.exs:

def deps do
  [
    {:bamboo_config_adapter, "~> 0.2.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/bamboo_config_adapter.

About

A Bamboo adapter to allow adapter configurations to be overridable for each email

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%