# cbMailServices

## cbMailServices

- [Introduction](https://coldbox-mailservices.ortusbooks.com/readme.md): cbMailServices is a module to send email in a fluent and abstracted approach.
- [Release History](https://coldbox-mailservices.ortusbooks.com/readme/release-history.md)
- [What's New With 2.9.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.9.0.md): May 26, 2026
- [What's New With 2.8.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.8.0.md): September 13, 2023
- [What's New With 2.7.x](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.7.x.md): January 16, 2023
- [What's New With 2.6](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.6.md): November 15, 2022
- [What's New With 2.5.x](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.5.x.md)
- [What's New With 2.4.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.4.0.md): August 20, 2022
- [What's New With 2.3.x](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.3.x.md): August 04, 2022
- [What's New With 2.2.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.2.0.md): June 15 2022
- [What's New With 2.1.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.1.0.md): May 17, 2022
- [What's New With 2.0.0](https://coldbox-mailservices.ortusbooks.com/readme/release-history/whats-new-with-2.0.0.md): November 2021
- [About This Book](https://coldbox-mailservices.ortusbooks.com/readme/about-this-book.md)
- [Author](https://coldbox-mailservices.ortusbooks.com/readme/about-this-book/author.md)
- [Installation](https://coldbox-mailservices.ortusbooks.com/essentials/installation.md)
- [Configuration](https://coldbox-mailservices.ortusbooks.com/essentials/configuration.md): Let's get up and running!
- [Sending Mail](https://coldbox-mailservices.ortusbooks.com/essentials/sending-mail.md): Up up and away!
- [Async Mail](https://coldbox-mailservices.ortusbooks.com/advanced/async-mail.md)
- [Building Protocols](https://coldbox-mailservices.ortusbooks.com/advanced/building-protocols.md)
- [Mail Events](https://coldbox-mailservices.ortusbooks.com/advanced/mail-events.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://coldbox-mailservices.ortusbooks.com/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
