public class SESNotificationManager extends Object implements NotificationManager
| Constructor and Description |
|---|
SESNotificationManager(String[] recipients) |
SESNotificationManager(String[] recipientEmailAddresses,
com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(String subject,
String body)
Send a generic notification to the mill's admin
|
public SESNotificationManager(String[] recipientEmailAddresses, com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient client)
public SESNotificationManager(String[] recipients)
recipients - public void sendEmail(String subject, String body)
NotificationManagersendEmail in interface NotificationManagersubject - message subjectbody - message bodyCopyright © 2013–2017 DuraSpace. All rights reserved.