Package org.duracloud.notification
Interface Emailer
-
public interface Emailer- Author:
- Andrew Woods Date: 3/11/11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(String subject, String body, String... recipients)This method sends an notification to the listed recipients in text formatvoidsendAsHtml(String subject, String body, String... recipients)This method sends an notification to the listed recipients in HTML format
-