Package org.duracloud.notification
Interface Emailer
public interface Emailer
- Author:
- Andrew Woods Date: 3/11/11
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis 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
-
Method Details
-
send
This method sends an notification to the listed recipients in text format- Parameters:
subject- of notificationbody- of notificationrecipients- of notification
-
sendAsHtml
This method sends an notification to the listed recipients in HTML format- Parameters:
subject- of notificationbody- of notificationrecipients- of notification
-