Mura CMS 6.1

mura
Class mailerLimited

railo-context.Component
        extended by mura.cfobject
            extended by mura.mailerLimited

public class mailerLimited
extends cfobject

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

init

public init(any configBean, any settingsManager, any contentRenderer)

Parameters:
configBean
settingsManager
contentRenderer
Method Detail

isValidEmailFormat

public any isValidEmailFormat([any email])

Parameters:
email

send

public void send([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyto=''], string bcc='')

Parameters:
args
sendto
from
subject
siteid
replyto
bcc

sendHTML

public void sendHTML([string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')

Parameters:
html
sendto
from
subject
siteid
replyTo
mailerID
bcc

sendText

public void sendText([string text=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')

Parameters:
text
sendto
from
subject
siteid
replyTo
mailerID
bcc

sendTextAndHTML

public void sendTextAndHTML([string text=''], [string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')

Parameters:
text
html
sendto
from
subject
siteid
replyTo
mailerID
bcc

Mura CMS 6.1