public interface MailService
Modifier and Type | Method and Description |
---|---|
boolean |
isConfigured() |
boolean |
sendMessage(MailMessageData message)
Sends a mail message to the addressed recipients.
|
boolean sendMessage(MailMessageData message)
message
- the mail message to sendboolean isConfigured()