Interface EmailUtil

All Known Implementing Classes:
EmailUtilImpl

public interface EmailUtil
This interface defines the contract for a utility which manages sending emails.
Author:
Andrew Woods Date: 7/6/11
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendEmail(String subject, String body)
    This method sends an email to a pre-defined set of recipients from a pre-defined sender with the arg subject and body.
  • Method Details

    • sendEmail

      void sendEmail(String subject, String body)
      This method sends an email to a pre-defined set of recipients from a pre-defined sender with the arg subject and body.
      Parameters:
      subject - of email
      body - of email