Builds an HTML email string with an embedded CSS stylesheet and the given body content.
Return
the complete HTML string for the email.
Parameters
cssFilename
the classpath resource path to the CSS file to embed. Defaults to "css/email.css".
block
a lambda with BODY as receiver to define the email body content.