Mura CMS 6.1

mura
Class mailer

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

public class mailer
extends cfobject

Constructor Summary
init(any configBean, any settingsManager, any contentRenderer)
 
Method Summary
 any filterEmails([any emails])
 any getFromEmail([string siteid='default'])
 string getMailServerIP([string siteid=''])
 string getMailServerPassword([string siteid=''])
 string getMailServerPort([string siteid=''])
 string getMailServerSSL([string siteid=''])
 string getMailServerTLS([string siteid=''])
 string getMailServerUsername([string siteid=''])
 string getUseDefaultSMTPServer([string siteid=''])
 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

filterEmails

public any filterEmails([any emails])

Parameters:
emails

getFromEmail

public any getFromEmail([string siteid='default'])

Parameters:
siteid

getMailServerIP

public string getMailServerIP([string siteid=''])

Parameters:
siteid

getMailServerPassword

public string getMailServerPassword([string siteid=''])

Parameters:
siteid

getMailServerPort

public string getMailServerPort([string siteid=''])

Parameters:
siteid

getMailServerSSL

public string getMailServerSSL([string siteid=''])

Parameters:
siteid

getMailServerTLS

public string getMailServerTLS([string siteid=''])

Parameters:
siteid

getMailServerUsername

public string getMailServerUsername([string siteid=''])

Parameters:
siteid

getUseDefaultSMTPServer

public string getUseDefaultSMTPServer([string siteid=''])

Parameters:
siteid

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