Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 688 Bytes

installation.md

File metadata and controls

13 lines (8 loc) · 688 Bytes

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 cfmail protocol. You can find all of the API Docs here:

{% embed url="https://s3.amazonaws.com/apidocs.ortussolutions.com/coldbox-modules/cbmailservices/2.8.0/index.html" %}