public interface Email
null.
This email can be sent using the EmailSender class method send(email, to).| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHtmlContent()
Get the email's HTML content.
|
javax.activation.DataSource[] |
getImages()
Get the email's images as an array of data sources.
|
java.lang.String |
getSubject()
Get the subject line of the email.
|
java.lang.String getSubject()
java.lang.String getHtmlContent()
Stringjavax.activation.DataSource[] getImages()
DataSource objects representing imagesCopyright © 2021. All rights reserved.