# Installation

Leverage [CommandBox](https://www.ortussolutions.com/products/commandbox#download) to install into your ColdBox app:

```bash
box install cbmailservices
```

This will install the module in your application so you can [configure](https://coldbox-mailservices.ortusbooks.com/essentials/configuration) it and [use it](https://coldbox-mailservices.ortusbooks.com/essentials/sending-mail). 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>" %}
