View Source PlausibleWeb.EmailView (Plausible v0.0.1)

Summary

Functions

The resource name, as an atom, for this view

Renders the given template locally.

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Functions

The resource name, as an atom, for this view

Link to this function

activation_email.html(assigns)

View Source
Link to this function

approaching_accept_traffic_until.html(assigns)

View Source
Link to this function

cancellation_email.html(assigns)

View Source
Link to this function

check_stats_email.html(assigns)

View Source
Link to this function

create_site_email.html(assigns)

View Source
Link to this function

csv_import.html(assigns)

View Source
Link to this function

dashboard_locked.html(assigns)

View Source
Link to this function

drop_notification.html(assigns)

View Source
Link to this function

enterprise_over_limit_internal.html(assigns)

View Source
Link to this function

error_report_email.html(assigns)

View Source
Link to this function

existing_user_invitation.html(assigns)

View Source
Link to this function

export_failure.html(assigns)

View Source
Link to this function

export_success.html(assigns)

View Source
Link to this function

google_analytics_import.html(assigns)

View Source
Link to this function

invitation_accepted.html(assigns)

View Source
Link to this function

invitation_rejected.html(assigns)

View Source
Link to this function

new_user_invitation.html(assigns)

View Source
Link to this function

over_limit.html(assigns)

View Source
Link to this function

ownership_transfer_accepted.html(assigns)

View Source
Link to this function

ownership_transfer_rejected.html(assigns)

View Source
Link to this function

ownership_transfer_request.html(assigns)

View Source
Link to this function

password_reset_email.html(assigns)

View Source
Link to this function

render(template, assigns \\ %{})

View Source

Renders the given template locally.

Link to this function

sentry_link(trace_id, dsn \\ Sentry.Config.dsn())

View Source
Link to this function

site_member_removed.html(assigns)

View Source
Link to this function

site_setup_help_email.html(assigns)

View Source
Link to this function

site_setup_success_email.html(assigns)

View Source
Link to this function

spike_notification.html(assigns)

View Source
Link to this function

template_not_found(template, assigns)

View Source
@spec template_not_found(binary(), map()) :: no_return()

Callback invoked when no template is found. By default it raises but can be customized to render a particular template.

Link to this function

trial_one_week_reminder.html(assigns)

View Source
Link to this function

trial_over_email.html(assigns)

View Source
Link to this function

trial_upgrade_email.html(assigns)

View Source
Link to this function

two_factor_disabled_email.html(assigns)

View Source
Link to this function

two_factor_enabled_email.html(assigns)

View Source
Link to this function

welcome_email.html(assigns)

View Source
Link to this function

yearly_expiration_notification.html(assigns)

View Source
Link to this function

yearly_renewal_notification.html(assigns)

View Source