For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

Leverage CommandBox to install into your ColdBox app:

box install cbmailservices

This will install the module in your application so you can configure it and use it. By default, it will register a mixin helper called newMail() and a WireBox ID: MailService@cbmailservices which you can inject into your models to send mail.

It will register a default mailer that uses the engine's mail protocol (BXMail for BoxLang, CFMail for CFML engines). You can find all of the API Docs here:

Last updated

Was this helpful?