View Source ExEmail (ExEmail v0.1.0)

A pure-Elixir reimplementation of :email_validator.

Summary

Types

t()

@type t() :: {String.t(), String.t()}

Functions

parse(address)

@spec parse(String.t()) :: {:ok, t()} | {:error, ExEmail.Error.t()}

validate(address)

@spec validate(String.t()) :: :ok | {:error, ExEmail.Error.t()}