Echo.Adapters.Email

An Email adapter powered by Mailman

When using this adapter, add the appropriate dependency to your mix file. See Adapter Project page for up-to-date details.

ex.)

{:echo, "~> x.x.x"}
  {:mailman, "~> x.x.x"},
  {:eiconv, github: "zotonic/eiconv"}

Summary

Functions

dispatch(event_type, data)

Specs

dispatch(term | String.t | nil, Map.t | nil) :: Tuple.t
notify(event_type, data)

Callback implementation for Echo.Adapters.Behaviour.notify/2.