box.system.core.mail.concurrent.Callable interface">
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.core.mail.Mail
public class Mail
I model a cfmail object with extra pizzazz
| Constructor Summary | |
|---|---|
init()
Initialize the Mail object |
|
| Method Summary | |
|---|---|
any |
addAttachments(any files)
Add attachment(s) to this payload using a list or array of file locations |
any |
addMailParam([string contentID], [string disposition], [string file], [string type], [string name], [string value])
Add mail params to this payload |
any |
addMailPart([string charset], [string type], [numeric wraptext], [string body])
Add a new mail part to this mail payload |
Mail |
config([string from], [string to], [string body], [string bcc], [string cc], [string charset], [boolean debug], [string failto], [string group], [boolean groupcasesensitive], [string mailerid], [numeric maxrows], [string mimeattach], [string password], [numeric port], [string priority], [string query], [string replyto], [string server], [boolean spoolenable], [numeric startrow], [string subject], [numeric timeout], [string type], [string username], [boolean useSSL], [boolean useTLS], [numeric wraptext])
Configure the Mail object |
any |
getBcc()
Gets the bcc property |
string |
getBody()
Get body |
any |
getBodyTokens()
Gets the bodyTokens property |
any |
getCc()
Gets the cc property |
any |
getCharset()
Gets the charset property |
any |
getDebug()
Gets the debug property |
any |
getFailto()
Gets the failto property |
any |
getFrom()
Gets the from property |
any |
getGroup()
Gets the group property |
any |
getGroupcasesensitive()
Gets the groupcasesensitive property |
Array |
getMailParams()
Gets the mailParams property |
Array |
getMailParts()
Gets the mailParts defined in this Mail object |
any |
getMailerid()
Gets the mailerid property |
any |
getMaxrows()
Gets the maxrows property |
struct |
getMemento()
|
any |
getMimeattach()
Gets the mimeattach property |
any |
getPassword()
Gets the password property |
any |
getPort()
Gets the port property |
any |
getPriority()
Gets the priority property |
any |
getQuery()
Gets the query property |
any |
getReplyto()
Gets the replyto property |
any |
getServer()
Gets the server property |
any |
getSpoolenable()
Gets the spoolenable property |
any |
getStartrow()
Gets the startrow property |
any |
getSubject()
Gets the subject property |
any |
getTimeout()
Gets the timeout property |
any |
getTo()
Gets the to property |
any |
getType()
Gets the type property |
any |
getUseSSL()
Gets the useSSL property |
any |
getUseTLS()
Gets the useTLS property |
any |
getUsername()
Gets the username property |
any |
getWraptext()
Gets the wraptext property |
boolean |
propertyExists(string property)
Checks if a mail property exists |
any |
setBcc(string newBcc)
Sets a new value for the bcc property |
any |
setBody(string Body)
Set Body |
any |
setBodyTokens(struct tokenMap)
Sets a new struct of body tokens that can be used for replacement when the mail is sent |
any |
setCc(string newCc)
Sets a new value for the cc property |
any |
setCharset(string newCharset)
Sets a new value for the charset property |
any |
setDebug(boolean newDebug)
Sets a new value for the debug property |
any |
setFailto(string newFailto)
Sets a new value for the failto property |
any |
setFrom(string newFrom)
Sets a new value for the from property |
any |
setGroup(string newGroup)
Sets a new value for the group property |
any |
setGroupcasesensitive(boolean newGroupcasesensitive)
Sets a new value for the groupcasesensitive property |
any |
setHTML([any body])
Sets up a mail part that is HTML using utf8 for you by calling addMailpart() |
any |
setMailerid(string newMailerid)
Sets a new value for the mailerid property |
any |
setMaxrows(numeric newMaxrows)
Sets a new value for the maxrows property |
void |
setMemento([struct memento])
|
any |
setMimeattach(string newMimeattach)
Sets a new value for the mimeattach property |
any |
setPassword(string newPassword)
Sets a new value for the password property |
any |
setPort(numeric newPort)
Sets a new value for the port property |
any |
setPriority(string newPriority)
Sets a new value for the priority property |
any |
setQuery(string newQuery)
Sets a new value for the query property |
any |
setReadReceipt([any email])
Set the email address that will receive read receipts |
any |
setReplyto(string newReplyto)
Sets a new value for the replyto property |
any |
setSendReceipt([any email])
Sets the email that get's notified once the email is delivered by setting the appropriate mail headers |
any |
setServer(string newServer)
Sets a new value for the server property |
any |
setSpoolenable(boolean newSpoolenable)
Sets a new value for the spoolenable property |
any |
setStartrow(numeric newStartrow)
Sets a new value for the startrow property |
any |
setSubject(string newSubject)
Sets a new value for the subject property |
any |
setText([any body])
Sets up a mail part that is TEXT using utf8 for you by calling addMailpart() |
any |
setTimeout(numeric newTimeout)
Sets a new value for the timeout property |
any |
setTo(string newTo)
Sets a new value for the to property |
any |
setType(string newType)
Sets a new value for the type property |
any |
setUseSSL(boolean newUseSSL)
Sets a new value for the useSSL property |
any |
setUseTLS(boolean newUseTLS)
Sets a new value for the useTLS property |
any |
setUsername(string newUsername)
Sets a new value for the username property |
any |
setWraptext(numeric newWraptext)
Sets a new value for the wraptext property |
boolean |
validate()
validates the basic fields of To, From and Body |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any addAttachments(any files)
files - A list or array of files to attach to this payloadpublic any addMailParam([string contentID], [string disposition], [string file], [string type], [string name], [string value])
contentID - Initial value for the contentID property.disposition - Initial value for the dispositio nproperty.file - Initial value for the file property.type - Initial value for the type property.name - Initial value for the name property.value - Initial value for the value property.public any addMailPart([string charset], [string type], [numeric wraptext], [string body])
charset - Initial value for the charset property.type - Initial value for the type property.wraptext - Initial value for the wraptext property.body - Initial value for the body property.public Mail config([string from], [string to], [string body], [string bcc], [string cc], [string charset], [boolean debug], [string failto], [string group], [boolean groupcasesensitive], [string mailerid], [numeric maxrows], [string mimeattach], [string password], [numeric port], [string priority], [string query], [string replyto], [string server], [boolean spoolenable], [numeric startrow], [string subject], [numeric timeout], [string type], [string username], [boolean useSSL], [boolean useTLS], [numeric wraptext])
from - Initial value for the from property.to - Initial value for the to property.body - Initial value for the email body.bcc - Initial value for the bcc property.cc - Initial value for the cc property.charset - Initial value for the charset property.debug - Initial value for the debug property.failto - Initial value for the failto property.group - Initial value for the group property.groupcasesensitive - Initial value for the groupcasesensitive property.mailerid - Initial value for the mailerid property.maxrows - Initial value for the maxrows property.mimeattach - Initial value for the mimeattach property.password - Initial value for the password property.port - Initial value for the port property.priority - Initial value for the priority property.query - Initial value for the query property.replyto - Initial value for the replyto property.server - Initial value for the server property.spoolenable - Initial value for the spoolenable property.startrow - Initial value for the startrow property.subject - Initial value for the subject property.timeout - Initial value for the timeout property.type - Initial value for the type property.username - Initial value for the username property.useSSL - Initial value for the useSSL property.useTLS - Initial value for the useTLS property.wraptext - Initial value for the wraptext property.public any getBcc()
public string getBody()
public any getBodyTokens()
public any getCc()
public any getCharset()
public any getDebug()
public any getFailto()
public any getFrom()
public any getGroup()
public any getGroupcasesensitive()
public Array getMailParams()
public Array getMailParts()
public any getMailerid()
public any getMaxrows()
public struct getMemento()
public any getMimeattach()
public any getPassword()
public any getPort()
public any getPriority()
public any getQuery()
public any getReplyto()
public any getServer()
public any getSpoolenable()
public any getStartrow()
public any getSubject()
public any getTimeout()
public any getTo()
public any getType()
public any getUseSSL()
public any getUseTLS()
public any getUsername()
public any getWraptext()
public boolean propertyExists(string property)
property - The property to checkpublic any setBcc(string newBcc)
newBccpublic any setBody(string Body)
Bodypublic any setBodyTokens(struct tokenMap)
tokenMappublic any setCc(string newCc)
newCcpublic any setCharset(string newCharset)
newCharsetpublic any setDebug(boolean newDebug)
newDebugpublic any setFailto(string newFailto)
newFailtopublic any setFrom(string newFrom)
newFrompublic any setGroup(string newGroup)
newGrouppublic any setGroupcasesensitive(boolean newGroupcasesensitive)
newGroupcasesensitivepublic any setHTML([any body])
body - The HTML content to set in the mail partpublic any setMailerid(string newMailerid)
newMaileridpublic any setMaxrows(numeric newMaxrows)
newMaxrowspublic void setMemento([struct memento])
mementopublic any setMimeattach(string newMimeattach)
newMimeattachpublic any setPassword(string newPassword)
newPasswordpublic any setPort(numeric newPort)
newPortpublic any setPriority(string newPriority)
newPrioritypublic any setQuery(string newQuery)
newQuerypublic any setReadReceipt([any email])
emailpublic any setReplyto(string newReplyto)
newReplytopublic any setSendReceipt([any email])
emailpublic any setServer(string newServer)
newServerpublic any setSpoolenable(boolean newSpoolenable)
newSpoolenablepublic any setStartrow(numeric newStartrow)
newStartrowpublic any setSubject(string newSubject)
newSubjectpublic any setText([any body])
body - The HTML content to set in the mail partpublic any setTimeout(numeric newTimeout)
newTimeoutpublic any setTo(string newTo)
newTopublic any setType(string newType)
newTypepublic any setUseSSL(boolean newUseSSL)
newUseSSLpublic any setUseTLS(boolean newUseTLS)
newUseTLSpublic any setUsername(string newUsername)
newUsernamepublic any setWraptext(numeric newWraptext)
newWraptextpublic boolean validate()
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||