An open API service indexing awesome lists of open source software.

https://github.com/ahamtech/elixir-mailjet

Elixir Mailjet Client
https://github.com/ahamtech/elixir-mailjet

elixir mailjet

Last synced: 20 days ago
JSON representation

Elixir Mailjet Client

Awesome Lists containing this project

README

        

# Mailjet

Simlpe MailJet client for Elixir

## Working:

Send Email
Get Stats

**TODO:**

A Lot of features

## Installation

If [available in Hex](https://hex.pm/packages/mailjet), the package can be installed as:

1. Add mailjet to your list of dependencies in `mix.exs`:

def deps do
[{:mailjet, "~> 0.0.1"}]
end

2. Ensure mailjet is started before your application:

def application do
[applications: [:mailjet]]
end

# License

Elixir-Mailjet is Copyright © 2016 Ahamtech. It is free software, and may be redistributed under the terms specified in the [LICENSE](https://github.com/ahamtech/elixir-mailjet/blob/master/LICENSE) file.

# About Ahamtech

> Elixir-Mailjet is maintained by Ahamtech.

We love open source software, Erlang, Elixir, and Phoenix. See our other [opensource projects](github.com/ahamtech), or hire our [Elixir Phoenix development team](ahamtech.in) to design, develop, and grow your product.