📬
cbMailServices
  • Introduction
    • Release History
      • What's New With 2.8.0
      • What's New With 2.7.x
      • What's New With 2.6
      • What's New With 2.5.x
      • What's New With 2.4.0
      • What's New With 2.3.x
      • What's New With 2.2.0
      • What's New With 2.1.0
      • What's New With 2.0.0
    • About This Book
      • Author
  • Essentials
    • Installation
    • Configuration
    • 📧Sending Mail
  • Advanced
    • Async Mail
    • Building Protocols
    • Mail Events
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Essentials

Installation

PreviousAuthorNextConfiguration

Last updated 1 year ago

Was this helpful?

Leverage to install into your ColdBox app:

box install cbmailservices

This will install the module in your application so you can it and . 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:

CommandBox
configure
use it
Generated Documentation (cbmailservices v2.8.0)