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
- Host: GitHub
- URL: https://github.com/ahamtech/elixir-mailjet
- Owner: Ahamtech
- License: other
- Created: 2016-07-29T13:43:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T19:06:41.000Z (about 8 years ago)
- Last Synced: 2025-03-14T12:36:32.479Z (about 1 month ago)
- Topics: elixir, mailjet
- Language: Elixir
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"}]
end2. 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.