|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.mailerLimited
public class mailerLimited
Constructor Summary | |
---|---|
init(any configBean, any settingsManager, any contentRenderer)
|
Method Summary | |
---|---|
any |
isValidEmailFormat([any email])
|
void |
send([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyto=''], string bcc='')
|
void |
sendHTML([string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
|
void |
sendText([string text=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
|
void |
sendTextAndHTML([string text=''], [string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(any configBean, any settingsManager, any contentRenderer)
configBean
settingsManager
contentRenderer
Method Detail |
---|
public any isValidEmailFormat([any email])
email
public void send([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyto=''], string bcc='')
args
sendto
from
subject
siteid
replyto
bcc
public void sendHTML([string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
html
sendto
from
subject
siteid
replyTo
mailerID
bcc
public void sendText([string text=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
text
sendto
from
subject
siteid
replyTo
mailerID
bcc
public void sendTextAndHTML([string text=''], [string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
text
html
sendto
from
subject
siteid
replyTo
mailerID
bcc
|
Mura CMS 6.1 | ||||
FRAMES |