com.fatwire.gst.foundation.facade.runtag.mail
Class Send

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.mail.Send
All Implemented Interfaces:
TagRunner

public final class Send
extends AbstractTagRunner

[from="your e-mail"] [subject="subject of message"] [body="message body"] [replyto="your alternate e-mail address"] [contenttype="content format"] [charset="character set"] />

Since:
4-Nov-2008
Author:
Tony Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
Send()
           
 
Method Summary
static boolean sendMail(COM.FutureTense.Interfaces.ICS ics, String to, String subject, String body)
           
static boolean sendMail(COM.FutureTense.Interfaces.ICS ics, String to, String from, String subject, String body, String replyto, String contentType, String charset)
           
 void setBody(String body)
           
 void setCharset(String charset)
           
 void setContentType(String contentType)
           
 void setFrom(String from)
           
 void setReplyto(String replyto)
           
 void setSubject(String subject)
           
 void setTo(String commaSeparatedListOfEmailAddresses)
           
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Send

public Send()
Method Detail

setTo

public void setTo(String commaSeparatedListOfEmailAddresses)

setFrom

public void setFrom(String from)

setSubject

public void setSubject(String subject)

setBody

public void setBody(String body)

setReplyto

public void setReplyto(String replyto)

setContentType

public void setContentType(String contentType)

setCharset

public void setCharset(String charset)

sendMail

public static boolean sendMail(COM.FutureTense.Interfaces.ICS ics,
                               String to,
                               String from,
                               String subject,
                               String body,
                               String replyto,
                               String contentType,
                               String charset)

sendMail

public static boolean sendMail(COM.FutureTense.Interfaces.ICS ics,
                               String to,
                               String subject,
                               String body)


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.