- java.lang.Object
-
- org.duracloud.account.email.EmailUtilImpl
-
-
Constructor Summary
Constructors Constructor Description EmailUtilImpl(String accessKey, String secretKey, String fromAddress, List<String> recipients)EmailUtilImpl(org.duracloud.notification.Emailer emailer, List<String> recipients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendEmail(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.
-