Class SMTPNotificationManager

java.lang.Object
org.duracloud.mill.notification.SMTPNotificationManager
All Implemented Interfaces:
NotificationManager

public class SMTPNotificationManager extends Object implements NotificationManager
Author:
Andrew Hong Date: October 1, 2019
  • Constructor Details

    • SMTPNotificationManager

      public SMTPNotificationManager(String[] recipientEmailAddresses, ConfigurationManager configurationManager)
      Sets up and tests a connection to an SMTP server
      Parameters:
      recipientEmailAddresses -
      configurationManager -
  • Method Details