WEB-INF.cftags.component
coldbox.system.core.mail.MailService
coldbox.system.plugins.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 |
|---|
| None |
| Constructor Detail |
|---|
Constructor
| Method Detail |
|---|
Send an email payload. Returns a struct: [error:boolean,errorArray:array]
send
in class
MailService
mail - The mail payload to send.