public interface EmailService
Modifier and Type | Method and Description |
---|---|
Long |
sendEmail(MessageDelivery messageDelivery,
String recipientEmailAddress,
String emailFormat)
This service method is responsible for sending a Email notification for the given user.
|
Long sendEmail(MessageDelivery messageDelivery, String recipientEmailAddress, String emailFormat) throws Exception
messageDelivery
- recipientEmailAddress
- emailFormat
- Exception
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.