| Package | Description |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
MailMessage.getEmailMessage()
Get the
EmailMessage representing this MailMessage |
EmailMessage |
MailMessage.mergeTemplates()
Merge the templates with the context
|
EmailMessage |
MailMessage.send()
Send the Message using a default mail session created from a configured MailConfig
|
EmailMessage |
MailMessage.send(MailConfig mailConfig)
Send the Message using a JavaMail session created from this specific MailConfig
|
EmailMessage |
MailMessage.send(MailTransporter mailTransporter)
Send the Message
|
EmailMessage |
MailMessage.send(javax.mail.Session session)
Send the Message using a specific JavaMail session
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailMessage.setEmailMessage(EmailMessage emailMessage)
Set the
EmailMessage representing this MailMessage |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
MailTransporter.send(EmailMessage emailMessage) |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
MailTransporter.send(EmailMessage emailMessage) |
Copyright © 2012 Seam Framework. All Rights Reserved.