public class EmailNotificationSender extends Object
Constructor and Description |
---|
EmailNotificationSender() |
Modifier and Type | Method and Description |
---|---|
static void |
sendModelBuildingCompleteNotification(String emailAddress,
String[] emailTemplateParameters)
Send email notification indicating model building has been successfully completed.
|
static void |
sendModelBuildingFailedNotification(String emailAddress,
String[] emailTemplateParameters)
Send email notification indicating model building has been failed.
|
public static void sendModelBuildingCompleteNotification(String emailAddress, String[] emailTemplateParameters)
emailAddress
- Email address to sent the mail.emailTemplateParameters
- An array containing the values for the parameters defined in the email template.public static void sendModelBuildingFailedNotification(String emailAddress, String[] emailTemplateParameters)
emailAddress
- Email address to sent the mail.emailTemplateParameters
- An array containing the values for the parameters defined in the email template.Copyright © 2016 WSO2, Inc.. All Rights Reserved.