public class EmailNotificationSender extends java.lang.Object implements NotificationSender
Constructor and Description |
---|
EmailNotificationSender() |
Modifier and Type | Method and Description |
---|---|
void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
NotificationTemplateContext notificationTemplateContext) |
void |
sendNotification(java.lang.String fromAddress,
java.lang.String fromName,
NotificationRecipient notificationRecipient,
java.lang.String subject,
java.lang.String notificationMessage) |
public void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, NotificationTemplateContext notificationTemplateContext) throws NotificationSenderException
sendNotification
in interface NotificationSender
NotificationSenderException
public void sendNotification(java.lang.String fromAddress, java.lang.String fromName, NotificationRecipient notificationRecipient, java.lang.String subject, java.lang.String notificationMessage) throws NotificationSenderException
sendNotification
in interface NotificationSender
NotificationSenderException