View Source PlausibleWeb.Email (Plausible v0.0.1)
Link to this section Summary
Functions
Render an Phoenix template and set the body on the email.
Link to this section Functions
Link to this function
enterprise_over_limit_internal_email(user, usage, last_cycle, site_usage, site_allowance)
View SourceRender 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