Uses of Class
org.apache.commons.mail2.jakarta.HtmlEmail
Package
Description
Commons-Email aims to provide a API for sending email.
-
Uses of HtmlEmail in org.apache.commons.mail2.jakarta
Modifier 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.Modifier and TypeMethodDescriptionHtmlEmail.setHtmlMsg
(String html) Sets the HTML content.HtmlEmail.setTextMsg
(String text) Sets the text content.