Package | Description |
---|---|
de.espirit.firstspirit.access |
Modifier and Type | Method and Description |
---|---|
void |
MailService.sendMail(MailHeader mailHeader,
String subject,
String message,
Attachment... attachments)
Send a mail using the given configured mail header.
|
void |
MailService.sendMail(MailHeader mailHeader,
String subject,
String message,
String subType,
boolean synchronous,
Attachment... attachments)
Send a mail using the given configured mail header and the set type of the message.
|
void |
MailService.sendMail(String recipient,
String subject,
String message,
Attachment... attachments)
Send a mail the set recipient(s), where the message is assumed to be of
type "plain".
|
void |
MailService.sendMail(String sender,
String recipient,
String subject,
String message,
boolean synchronous,
Attachment... attachments)
Send a mail using the given sender name to the set recipient(s), where
the message is assumed to be of type "plain".
|
void |
MailService.sendMail(String sender,
String recipient,
String subject,
String message,
String subType,
boolean synchronous,
Attachment... attachments)
Send a mail using the given sender name to the set recipient(s).
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210