Pleroma v1.1.9-10-g42f76306+dev Pleroma.Emails.UserEmail View Source

User emails

Link to this section Summary

Functions

Email used in digest email notifications Includes Mentions and New Followers data If there are no mentions (even when new followers exist), the function will return nil

Generate unsubscribe link for given user and notifications type. The link contains JWT token with the data, and subscription can be modified without authorization.

Link to this section Functions

Link to this function

account_confirmation_email(user)

View Source
Link to this function

digest_email(user)

View Source
digest_email(Pleroma.User.t()) :: Swoosh.Email.t() | nil

Email used in digest email notifications Includes Mentions and New Followers data If there are no mentions (even when new followers exist), the function will return nil

Link to this function

password_reset_email(user, token)

View Source
Link to this function

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

View Source
Link to this function

unsubscribe_url(user, notifications_type)

View Source
unsubscribe_url(Pleroma.User.t(), String.t()) :: String.t()

Generate unsubscribe link for given user and notifications type. The link contains JWT token with the data, and subscription can be modified without authorization.

Link to this function

user_invitation_email(user, user_invite_token, to_email, to_name \\ nil)

View Source