View Source PlausibleWeb.Email (Plausible v0.0.1)
Summary
Functions
Unlike the default 'base' emails, priority emails cannot be unsubscribed from. This is achieved by sending them through a dedicated 'priority' message stream in Postmark.
Render an Phoenix template and set the body on the email.
Functions
Link to this function
drop_notification(email, site, current_visitors, dashboard_link, installation_link)
View Source
Link to this function
enterprise_over_limit_internal_email(user, pageview_usage, site_usage, site_allowance)
View Source
Link to this function
ownership_transfer_request(email, invitation_id, site, inviter, new_owner_account)
View SourceUnlike the default 'base' emails, priority emails cannot be unsubscribed from. This is achieved by sending them through a dedicated 'priority' message stream in Postmark.
Render an Phoenix template and set the body on the email.
Pass an atom as the template name (:welcome_email) to render HTML and plain text emails. Use a string if you only want to render one type, e.g. "welcome_email.text" or "welcome_email.html". Scroll to the top for more examples.
Link to this function