Package org.duracloud.notification
Class SMTPNotificationFactory
- java.lang.Object
-
- org.duracloud.notification.SMTPNotificationFactory
-
- All Implemented Interfaces:
NotificationFactory
public class SMTPNotificationFactory extends Object implements NotificationFactory
- Author:
- Shibo Liu Date: 07/03/19
-
-
Constructor Summary
Constructors Constructor Description SMTPNotificationFactory(String host, Integer port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmailergetEmailer(String fromAddress)voidinitialize(String username, String password)
-
-
-
Method Detail
-
initialize
public void initialize(String username, String password)
- Specified by:
initializein interfaceNotificationFactory
-
getEmailer
public Emailer getEmailer(String fromAddress)
- Specified by:
getEmailerin interfaceNotificationFactory
-
-