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
digest_email(user)
View Sourcedigest_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
unsubscribe_url(user, notifications_type)
View Sourceunsubscribe_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