Open
Description
This feature would be nice for generating HTML emails.
I'm using Klein in conjunction with SwiftMailer.
I'm aiming to send HTML emails for my contact forms. Was wondering if I could pass the variables to Klein with the view to render then pass that HTML code on to SwiftMailer to send out.
Or is there a method to handle this already?