Skip to main content

render_template

Function render_template 

Source
pub fn render_template(
    subject_template: String,
    html_template: String,
    placeholders: &TemplatePlaceholderSet,
) -> RenderedMail
Expand description

Renders a subject and HTML template with placeholder values and derives text fallback.