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

Handles emails sent about events.

Summary

Functions

Link to this function

calculate_event_diff_and_send_notifications(old_event, event, changes)

View Source
@spec calculate_event_diff_and_send_notifications(
  Mobilizon.Events.Event.t(),
  Mobilizon.Events.Event.t(),
  map()
) :: {:ok, :ok}
Link to this function

event_updated(email, participant, actor, old_event, event, changes, timezone, locale)

View Source
Link to this function

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

View Source