Package io.jmix.email
Class EmailInfo
java.lang.Object
io.jmix.email.EmailInfo
- All Implemented Interfaces:
Serializable
Contains email details: list of recipients, from address, subject, body and attachments.
See
EmailInfoBuilder
for more information.- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getBcc()
getBody()
getCc()
getFrom()
void
setAddresses
(String addresses) void
setAttachments
(List<EmailAttachment> attachments) void
void
void
setBodyContentType
(String bodyContentType) void
void
void
setHeaders
(List<EmailHeader> headers) void
setImportant
(Boolean important) void
setSubject
(String subject)
-
Field Details
-
HTML_CONTENT_TYPE
- See Also:
-
TEXT_CONTENT_TYPE
- See Also:
-
-
Method Details
-
getAddresses
-
setAddresses
-
getSubject
-
setSubject
-
getBody
-
setBody
-
getAttachments
-
setAttachments
-
getFrom
-
setFrom
-
getHeaders
-
setHeaders
-
addHeader
-
getBodyContentType
-
setBodyContentType
-
getCc
-
setCc
-
getBcc
-
setBcc
-
getImportant
-
setImportant
-