| Constructor and Description |
|---|
EmailUtilImpl(org.duracloud.notification.Emailer emailer,
List<String> recipients) |
EmailUtilImpl(String accessKey,
String secretKey,
String fromAddress,
List<String> recipients) |
| 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.
|
public EmailUtilImpl(org.duracloud.notification.Emailer emailer,
List<String> recipients)
Copyright © 2009–2016 DuraSpace. All rights reserved.