| Package | Description |
|---|---|
| com.foreach.common.spring.mail |
Utility classes to send smtp mail to multiple recipients with optional attchments.
|
| Modifier and Type | Method and Description |
|---|---|
Future<MailStatus> |
MailService.sendMimeMail(String from,
String to,
String bccs,
String subject,
String body,
Map<String,File> attachments)
Send a mail message with optional attachments.
|
Future<MailStatus> |
BasicMailService.sendMimeMail(String from,
String to,
String bccs,
String subject,
String body,
Map<String,File> attachments)
Send a mail message with optional attachments.
|
Copyright © 2017. All rights reserved.