Amazon Simple Email Service (Amazon SES) is a cloud-based email sending service designed to help digital marketers and application developers send marketing, notification, and transactional emails. It is a reliable, cost-effective service for businesses of all sizes that use email to keep in contact with their customers.
You can use bamboo_ses_adapter
to integrate Amazon SES directly into your elixir applications.
The package can be installed as:
-
Add exiban to your list of dependencies in
mix.exs
:def deps do [{:bamboo_ses_adapter, "~> 0.0.1"}] end
-
Run
mix deps.get
in your console to fetch from Hex
Hosted on http://hexdocs.pm/bamboo_ses_adapter/readme.html
Change the config for your mailer:
config :my_app, MyApp.Mailer,
adapter: Bamboo.AwsSesAdapter
To find more on AWS key configuration please follow this link
Krystof Beuermann
bamboo_ses_adapter is released under the MIT License.
it's very much inspired by Hexpm.Emails.Bamboo.SESAdapter
from https://github.com/hexpm/hexpm and kalys' bamboo_ses
https://github.com/kalys/bamboo_ses