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

    Modifier and Type
    Method
    Description
    sendEmail(MessageDelivery messageDelivery, String recipientEmailAddress, String emailFormat)
    This service method is responsible for sending a Email notification for the given user.
  • Method Details

    • 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