Uses of Class
org.apache.commons.mail.HtmlEmail
Packages that use HtmlEmail
-
Uses of HtmlEmail in org.apache.commons.mail
Subclasses of HtmlEmail in org.apache.commons.mailModifier and TypeClassDescriptionclass
Small wrapper class on top of HtmlEmail which encapsulates the required logic to retrieve images that are contained in "<img src=../>" elements in the HTML code.Methods in org.apache.commons.mail that return HtmlEmailModifier and TypeMethodDescriptionHtmlEmail.setHtmlMsg
(String aHtml) Set the HTML content.HtmlEmail.setTextMsg
(String aText) Set the text content.