-
- All Known Implementing Classes:
EmailUtilImpl
public interface EmailUtilThis interface defines the contract for a utility which manages sending emails.- Author:
- Andrew Woods Date: 7/6/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendEmail(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.
-