|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Emailer
Method Summary | |
---|---|
void |
EmailCommunication(java.util.HashMap properties)
EmailCommunication |
Method Detail |
---|
void EmailCommunication(java.util.HashMap properties) throws AbortActionException
HashMap
- of:
properties values
hasDestination valid email address (required)
carriesMessage string message (optional)
hasSubject string subject (optional)
hasAttachment string filename (optional)
AbortActionException
- wiith possible reasons:
Destination was null
Not a valid email address
Attachement file not found
Unable to create email
Unable to send message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |