- 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
-
Method Details
-
sendEmail
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 emailbody- of email
-