StrawHat.Mailer v0.2.1 StrawHat.Mailer View Source

Check Swoosh.Mailer documentation for learn more about this module.

Link to this section Summary

Link to this section Functions

Link to this function deliver(email, config \\ []) View Source
Link to this function deliver!(email, config \\ []) View Source
Link to this function deliver_later(email, config \\ []) View Source
deliver_later(Swoosh.Email.t(), keyword()) :: {:ok, pid()}

Send an email asynchronous.

It use StrawHat.Mailer.deliver/1 inside Task.start/1.