kaos.robots.capabilities
Interface Emailer

All Known Implementing Classes:
ER1

public interface Emailer


Method Summary
 void EmailCommunication(java.util.HashMap properties)
          EmailCommunication
 

Method Detail

EmailCommunication

void EmailCommunication(java.util.HashMap properties)
                        throws AbortActionException
EmailCommunication

Parameters:
HashMap - of: properties values hasDestination valid email address (required) carriesMessage string message (optional) hasSubject string subject (optional) hasAttachment string filename (optional)
Throws:
AbortActionException - wiith possible reasons: Destination was null Not a valid email address Attachement file not found Unable to create email Unable to send message