Package | Description |
---|---|
flux.notification |
Triggers and actions that receive and send email notifications
|
Modifier and Type | Field and Description |
---|---|
MailContentType |
MailTrigger.MailTriggerResult.content_type
The content type of the email message.
|
static MailContentType |
MailContentType.TEXT_HTML
The text/html email content type.
|
static MailContentType |
MailContentType.TEXT_PLAIN
The text/plain email content type.
|
Modifier and Type | Method and Description |
---|---|
MailContentType |
MailAction.getContentType()
Returns the email content type for this mail.
|
static MailContentType |
MailContentType.getInstance(java.lang.String enumeration)
Returns a pre-existing instance of this enumeration from the specified
name.
|
Modifier and Type | Method and Description |
---|---|
void |
MailAction.setContentType(MailContentType mailContentType)
Sets the email content type for this mail.
|
© 2000-2025 Flux Corporation. All rights reserved.