Package org.duracloud.mill.notification
Class SESNotificationManager
java.lang.Object
org.duracloud.mill.notification.SESNotificationManager
- All Implemented Interfaces:
NotificationManager
- Author:
- Daniel Bernstein Date: Dec 31, 2013
-
Constructor Summary
ConstructorsConstructorDescriptionSESNotificationManager(String[] recipients) SESNotificationManager(String[] recipientEmailAddresses, com.amazonaws.services.simpleemail.AmazonSimpleEmailService client) -
Method Summary
-
Constructor Details
-
SESNotificationManager
public SESNotificationManager(String[] recipientEmailAddresses, com.amazonaws.services.simpleemail.AmazonSimpleEmailService client) -
SESNotificationManager
- Parameters:
recipients-
-
-
Method Details
-
sendEmail
Description copied from interface:NotificationManagerSend a generic notification to the mill's admin- Specified by:
sendEmailin interfaceNotificationManager- Parameters:
subject- message subjectbody- message body
-