Pre-alpha software. Elixir implementation of Sender Policy Framework.
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