Download the PHP package sohaibilyas/laravel-cloudflare-email without Composer
On this page you can find all versions of the php package sohaibilyas/laravel-cloudflare-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sohaibilyas/laravel-cloudflare-email
More information about sohaibilyas/laravel-cloudflare-email
Files in sohaibilyas/laravel-cloudflare-email
Package laravel-cloudflare-email
Short Description A Cloudflare Email Service mail transport for Laravel.
License MIT
Informations about the package laravel-cloudflare-email
Laravel Cloudflare Email
A Laravel mail transport for sending transactional mail through Cloudflare Email Service.
Installation
Configuration
Enable Email Sending for your domain in Cloudflare, then add your account ID and API token to .env:
You may also pass the full authorization header value:
The package automatically registers a cloudflare-email Laravel mailer. Set it as your default mailer:
Laravel 13 includes its own native cloudflare mail transport. This package intentionally uses cloudflare-email so it does not collide with Laravel's built-in driver. It is most useful for Laravel 11 and 12 projects where Cloudflare Email is not available by default, or for apps that want this package's explicit REST transport behavior.
Publishing the config file is optional. Use it only when you want the Cloudflare Email package config in your app:
If you prefer to configure Cloudflare Email inside Laravel's mail config instead, you may add a cloudflare-email entry to config/mail.php:
Usage
Use Laravel's mail API as usual:
The transport sends requests to:
Cloudflare Email Service requires the MAIL_FROM_ADDRESS domain to be enabled for Email Sending in your Cloudflare account.
Testing
All versions of laravel-cloudflare-email with dependencies
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/mail Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
symfony/mailer Version ^7.0|^8.0
symfony/mime Version ^7.0|^8.0