|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ragic.s3.service.workflow.ScriptMailer
public class ScriptMailer
ScrpitMailer is a class employed by Ragic Workflow, which allows applicaiton send notification e-mails to users.
User: liberation
Date: 2010/12/2
Time: 11:15:21 am
Constructor Summary | |
---|---|
ScriptMailer()
|
Method Summary | |
---|---|
void |
sendMail(java.lang.String to,
java.lang.String subject,
java.lang.String content)
Sends e-mail to the address in parameter list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptMailer()
Method Detail |
---|
public void sendMail(java.lang.String to, java.lang.String subject, java.lang.String content)
to
- the address to be sent this e-mail tosubject
- the subject of this e-mailcontent
- the content of this e-mail
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |