Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 676 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 676 Bytes

SPF Build Status Hex Version License

Pre-alpha software. Elixir implementation of Sender Policy Framework.

Installation

Add spf to your list of dependencies in mix.exs:

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

Ensure spf is started before your application:

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