mura

Class mailerLimited

lucee.Component
    extended by mura.cfobject
      extended by mura.mailerLimited

deprecated

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any configBean, any settingsManager, any contentRenderer)
    Method Summary
    any isValidEmailFormat([any email])
    any send([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyto=''], string bcc='')
    any sendHTML([string html=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
    any sendText([string text=''], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], [string replyTo=''], [string mailerID=''], string bcc='')
    any 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, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    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 any 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 any 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 any 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 any 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