com.fatwire.gst.foundation.facade.runtag.mail
Class Send
java.lang.Object
com.fatwire.gst.foundation.facade.FTValListFacade
com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Send
public Send()
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.