View Source Mobilizon.Web.Email (Mobilizon v5.0.0-beta.1)

The Email context.

Summary

Functions

Link to this function

add_event_attachment(email, event)

View Source
@spec add_event_attachment(Swoosh.Email.t(), Mobilizon.Events.Event.t()) ::
  Swoosh.Email.t()
@spec base_email(keyword()) :: Swoosh.Email.t()
Link to this function

render_body(email, template, assigns \\ %{})

View Source