org.experlog.actions
Class SendMail

java.lang.Object
  extended by org.experlog.actions.SendMail
All Implemented Interfaces:
ESAction

public class SendMail
extends java.lang.Object
implements ESAction

Send an e-mail Input parameters: Template: an e-mail template file path, relative to the shop's root dir (MANDATORY) From: an e-mail address (OPTIONAL if email.From is defined) To: an e-mail address (OPTIONAL if email.ManagerEmail is defined) Subject: the subject (OPTIONAL, default "(No Subject)") Content_type: the content type & charset (OPTIONAL) Output parameters:


Constructor Summary
SendMail()
           
 
Method Summary
 boolean processRequest(Client session, ESServletRequest req, DynHtml page, java.lang.Object info)
           
 boolean serverSide()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendMail

public SendMail()
Method Detail

serverSide

public boolean serverSide()
Specified by:
serverSide in interface ESAction

processRequest

public boolean processRequest(Client session,
                              ESServletRequest req,
                              DynHtml page,
                              java.lang.Object info)
                       throws java.lang.Exception
Specified by:
processRequest in interface ESAction
Throws:
java.lang.Exception