-
-
Method Summary
| Modifier and Type |
Method |
Description |
Long |
sendMail(javax.mail.internet.InternetAddress from,
javax.mail.internet.InternetAddress to,
String subject,
String bodyTemplate,
Object model) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MailService
public MailService()
-
Method Details
-
sendMail
public Long sendMail(
javax.mail.internet.InternetAddress from,
javax.mail.internet.InternetAddress to,
String subject,
String bodyTemplate,
Object model)
- Specified by:
sendMail in interface IMailService