Accrue.Emails.SubscriptionPaused (accrue v0.2.0)

Copy Markdown View Source

Subscription-paused notification (MAIL-11a).

Sent when a subscription transitions to paused. When @context[:pause_behavior] is supplied it's rendered in the body to describe the pause semantics (e.g. keep_as_draft, mark_uncollectible, void).

Summary

Functions

Returns the raw MJML template. Useful for debugging rendering issues.

Safely render the MJML template using Phoenix.HTML

Functions

debug_mjml_template()

Returns the raw MJML template. Useful for debugging rendering issues.

render(assigns)

Safely render the MJML template using Phoenix.HTML

render_text(assigns)

@spec render_text(map()) :: String.t()

subject(arg1)

@spec subject(map()) :: String.t()