WEB-INF.cftags.componentmura.cfobject
mura.mailer
This provides a utility to send emails with site of global config settings
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])
|
any
|
send([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyto=''], string bcc='', [array mailParamArray])
|
any
|
sendHTML([string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='', [array mailParamArray])
|
any
|
sendText([string text=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='', [array mailParamArray])
|
any
|
sendTextAndHTML([string text=''], [string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='', [array mailParamArray])
|
Methods inherited from class WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
configBean
settingsManager
contentRenderer
Method Detail |
---|
emails
siteid
siteid
siteid
siteid
siteid
siteid
siteid
siteid
email
args
sendto
from
subject
siteid
replyto
bcc
mailParamArray
- You can pass the attributes for the cfMailParam tag as an array of structured keys.html
sendto
from
subject
siteid
replyTo
mailerID
bcc
mailParamArray
- You can pass the attributes for the cfMailParam tag as an array of structured keys.text
sendto
from
subject
siteid
replyTo
mailerID
bcc
mailParamArray
- You can pass the attributes for the cfMailParam tag as an array of structured keys.text
html
sendto
from
subject
siteid
replyTo
mailerID
bcc
mailParamArray
- You can pass the attributes for the cfMailParam tag as an array of structured keys.