@Service public class EmailService extends Object
| Constructor and Description |
|---|
EmailService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendMail(String toEmail,
String subject,
String mailBody) |
boolean |
sendMailWithAttachment(String toEmail,
String subject,
String mailBody,
String fileType,
String fileName,
Object attachment) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.