Skip to content

Commit

Permalink
Add configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalys committed Nov 20, 2018
1 parent 04e8ad5 commit 07f47b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,17 @@ def deps do
end
```

## Configuration

Change the config for your mailer:

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

To find more on AWS key configuration please follow [this link](https://github.com/ex-aws/ex_aws#aws-key-configuration)

## Documentation

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bamboo_ses](https://hexdocs.pm/bamboo_ses).

0 comments on commit 07f47b3

Please sign in to comment.