Mailjet
Simlpe MailJet client for Elixir
Working:
Send Email Get Stats
TODO: Add description
A Lot of features
Installation
If available in Hex, the package can be installed as:
Add mailjet to your list of dependencies in
mix.exs:def deps do
[{:mailjet, "~> 0.0.1"}]end
Ensure mailjet is started before your application:
def application do
[applications: [:mailjet]]end