type
fields
bcc |
List of "bcc" email addresses. |
---|---|
body |
Body of the email - typically an instance of |
cc |
List of "cc" email addresses. |
from |
From email address. |
msgId |
Unique identifier for message (auto-generated). |
subject |
Subject of the email. |
to |
List of "to" email addresses. |
methods
encode |
Encode as a MIME message according to RFC 822. |
---|---|
recipients | |
validate |
Validate this email message - throw Err if not configured correctly. |
Slot Details
bcc
List of "bcc" email addresses. See MimeUtil.toAddrSpec
for address formatting.
body
src
EmailPart? body
Body of the email - typically an instance of TextPart
or MultiPart
.
cc
List of "cc" email addresses. See MimeUtil.toAddrSpec
for address formatting.
encode
from
From email address. See MimeUtil.toAddrSpec
for address formatting.
msgId
recipients
subject
to
List of "to" email addresses. See MimeUtil.toAddrSpec
for address formatting.