Package | Description |
---|---|
org.apache.commons.mail |
Commons-Email aims to provide a API for sending email.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
HtmlEmail |
HtmlEmail.setHtmlMsg(java.lang.String aHtml) |
Set the HTML content.
|
HtmlEmail |
HtmlEmail.setTextMsg(java.lang.String aText) |
Set the text content.
|