public interface MailService
| Modifier and Type | Method and Description |
|---|---|
Future<MailStatus> |
sendMimeMail(String from,
String to,
String bccs,
String subject,
String body,
Map<String,File> attachments)
Send a mail message with optional attachments.
|
Future<MailStatus> sendMimeMail(String from, String to, String bccs, String subject, String body, Map<String,File> attachments)
from - the email address of the originator.to - the email address(es) of the intended recipient(s).bccs - the email address(es) of other intended recipient(s).subject - the subject of the mail message.body - the body of the mail message.attachments - a map of included files.Copyright © 2017. All rights reserved.