pub fn compose_email(fm: &Frontmatter) -> StringExpand description
email → <from> → <to> — <subject>.
to may be a list; it renders comma-joined. The <from> → <to> head and
the <subject> tail each drop out when empty.
pub fn compose_email(fm: &Frontmatter) -> Stringemail → <from> → <to> — <subject>.
to may be a list; it renders comma-joined. The <from> → <to> head and
the <subject> tail each drop out when empty.