ColdBox Platform Version 3.7.0

coldbox.system.plugins
Class MailService

WEB-INF.cftags.component
        extended by coldbox.system.core.mail.MailService
            extended by coldbox.system.plugins.MailService

public class MailService
extends MailService

The ColdBox Mail Service used to send emails in an oo fashion


Constructor Summary
init()
          Constructor
 
Method Summary
 struct send(any<Mail> mail)
          Send an email payload
 
Methods inherited from class coldbox.system.core.mail.MailService
getMailSettingsBean, getTokenMarker, newMail, parseTokens, setTokenMarker
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init()
Constructor

Method Detail

send

public struct send(any<Mail> mail)
Send an email payload. Returns a struct: [error:boolean,errorArray:array]

Overrides:
send in class MailService
Parameters:
mail - The mail payload to send.

ColdBox Platform Version 3.7.0