Packages

Compose, deliver and test your emails easily in Elixir. Supports SMTP, Sendgrid, Mandrill, Postmark, Mailgun and many more out of the box. Preview your emails in the browser. Test your email sending code.

Retired package: Release invalid - broken sendgrid adapter

Current section

Files

Jump to
swoosh lib swoosh.ex
Raw

lib/swoosh.ex

defmodule Swoosh do
@moduledoc File.read!("README.md") |> String.replace("# Swoosh\n\n", "", global: false)
@version "0.25.3"
@doc false
def version, do: @version
@json_library Application.get_env(:swoosh, :json_library, Jason)
@doc false
def json_library, do: @json_library
end