Uses of Class
org.apache.commons.mail.HtmlEmail

Packages that use HtmlEmail
org.apache.commons.mail Commons-Email aims to provide a API for sending email. 
 

Uses of HtmlEmail in org.apache.commons.mail
 

Subclasses of HtmlEmail in org.apache.commons.mail
 class ImageHtmlEmail
          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 HtmlEmail
 HtmlEmail HtmlEmail.setHtmlMsg(String aHtml)
          Set the HTML content.
 HtmlEmail HtmlEmail.setTextMsg(String aText)
          Set the text content.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.