---
title: mail.sent
description: A mail message was sent.
url: https://docs.honeybadger.io/insights/event-types/laravel/mail.sent/
---

A mail message was sent.

Source **Mail** Category **Mail** Fields **8** [honeybadger-laravel](https://docs.honeybadger.io/lib/php/integration/laravel/)

## Fields

| Field        | Type           | Description                                                                                                                                                                                                                                       |
| ------------ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `event_type` | string         | Allowed value: `mail.sent`.                                                                                                                                                                                                                       |
| `to`         | string \| null | Comma-separated recipient addresses. Null when none are set.                                                                                                                                                                                      |
| `subject`    | string \| null | Email subject. Null when not set.                                                                                                                                                                                                                 |
| `cc`         | string \| null | Comma-separated CC addresses.                                                                                                                                                                                                                     |
| `bcc`        | string \| null | Comma-separated BCC addresses.                                                                                                                                                                                                                    |
| `replyTo`    | string \| null | Comma-separated reply-to addresses.                                                                                                                                                                                                               |
| `queue`      | string \| null | Queue name if the mail was queued.                                                                                                                                                                                                                |
| `requestId`  | string         | Correlation ID for the request, set by the AssignRequestId middleware via Laravel's shared log context. The value comes from the Request-Id or X-Request-Id request header, or is a generated UUID. Present only when that middleware is enabled. |

## Example

```json
{
  "event_type": "mail.sent",
  "to": "user@example.com",
  "subject": "Welcome to Example App",
  "cc": "manager@example.com",
  "bcc": "audit@example.com",
  "replyTo": "support@example.com",
  "queue": "default",
  "requestId": "f3b2c1d0-4e5a-4b6c-8d7e-9f0a1b2c3d4e"
}
```

---

## Try Honeybadger for FREE

Intelligent logging, error tracking, and Just Enough APM™ in one dev-friendly platform. Find and fix problems before users notice.

[Start free trial](https://app.honeybadger.io/users/sign_up)

[See plans and pricing](https://www.honeybadger.io/plans/)
