| Package | Description |
|---|---|
| org.jboss.seam.mail.api |
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.bodyHtml(TemplateProvider htmlBody)
Sets the HTML body of the message to the HTML output of the given template
|
MailMessage |
MailMessage.bodyHtmlTextAlt(TemplateProvider htmlBody,
TemplateProvider textBody)
Sets the body of the message to a HTML body with a plain text alternative output of the given templates
|
MailMessage |
MailMessage.bodyText(TemplateProvider textBody)
Sets the text body of the message to the plain text output of the given template
|
MailMessage |
MailMessage.subject(TemplateProvider subject)
Set the template to be used for the message subject
|
Copyright © 2012 Seam Framework. All Rights Reserved.