com.ragic.s3.service.workflow
Class ScriptMailer

java.lang.Object
  extended by com.ragic.s3.service.workflow.ScriptMailer

public class ScriptMailer
extends java.lang.Object

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

ScriptMailer

public ScriptMailer()
Method Detail

sendMail

public void sendMail(java.lang.String to,
                     java.lang.String subject,
                     java.lang.String content)
Sends e-mail to the address in parameter list.

Parameters:
to - the address to be sent this e-mail to
subject - the subject of this e-mail
content - the content of this e-mail


Copyright © 2009,2010,2011,2012 Ragic Corp. All Rights Reserved.