org.kuali.rice.kcb.service
Interface EmailService
- All Known Implementing Classes: 
- EmailServiceImpl
- public interface EmailService 
The EmailService class is responsible for actually sending email messages to recipients.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
| Method Summary | 
|  Long | sendEmail(MessageDelivery messageDelivery,
                   String recipientEmailAddress,
                   String emailFormat)This service method is responsible for sending a Email notification for the given user.
 | 
 
sendEmail
Long sendEmail(MessageDelivery messageDelivery,
               String recipientEmailAddress,
               String emailFormat)
               throws Exception
- This service method is responsible for sending a Email notification for the given user.
 
- 
- Parameters:
- messageDelivery-
- recipientEmailAddress-
- emailFormat-
- Returns:
- Long - the id of the email message
- Throws:
- Exception
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.