com.fatwire.gst.foundation.facade.runtag.mail
Class SendMail
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
com.fatwire.gst.foundation.facade.runtag.mail.SendMail
- All Implemented Interfaces:
- TagRunner
public final class SendMail
- extends AbstractTagRunner
Wrapper around the SENDMAIL xml tag
- Since:
- August 15, 2008
- Author:
- Mike Field
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendMail
public SendMail()
setTo
public void setTo(String s)
- Sets "to" (the recipient) to the value of
s
- Parameters:
s
- The recipient's email address
setSubject
public void setSubject(String s)
- Sets subject to the value of
s
- Parameters:
s
- The email's subject line
setBody
public void setBody(String s)
- Sets body to the value of
s
- Parameters:
s
- The body of the email message
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.