Packages

A simple mailgun client for Elixir

Current section

Files

Jump to
pewpew lib pewpew.ex
Raw

lib/pewpew.ex

defmodule PewPew do
@moduledoc """
This is a simple mailgun client for Elixir. The only functionality right now
is sending emails, but I plan on improving it over the next few versions until
it stabilizes into the 1.x version.
"""
end