public interface EmailUtil
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(String subject,
String body)
This method sends an email to a pre-defined set of recipients from a
pre-defined sender with the arg subject and body.
|
Copyright © 2009–2016 DuraSpace. All rights reserved.