I am duplicating an older application. One of the functions sends an email that contains the same content in both Text and HTML formats (otherwise known as a Multi-Part Mime Email).
Can I send that with your EmailInfo and Freemarker or do I have to hand-code with the java.mail interface myself?