Download the PHP package toitzi/laravel-cloudflare-mail without Composer
On this page you can find all versions of the php package toitzi/laravel-cloudflare-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download toitzi/laravel-cloudflare-mail
More information about toitzi/laravel-cloudflare-mail
Files in toitzi/laravel-cloudflare-mail
Download toitzi/laravel-cloudflare-mail
More information about toitzi/laravel-cloudflare-mail
Files in toitzi/laravel-cloudflare-mail
Vendor toitzi
Package laravel-cloudflare-mail
Short Description Cloudflare Email Service transport for Laravel mailers.
License MIT
Homepage https://github.com/toitzi/laravel-cloudflare-mail
Package laravel-cloudflare-mail
Short Description Cloudflare Email Service transport for Laravel mailers.
License MIT
Homepage https://github.com/toitzi/laravel-cloudflare-mail
Please rate this library. Is it a good library?
Informations about the package laravel-cloudflare-mail
Laravel Cloudflare Mail
toitzi/laravel-cloudflare-mail adds a cloudflare mail transport to Laravel so mailers can send through the Cloudflare Email Service REST API.
Installation
Laravel discovers the package automatically.
Configuration
Define the mailer directly in config/mail.php:
Supported message features
- HTML and plain text bodies
from,to,cc,bcc, and singlereply-toaddresses- Standard attachments
- Custom headers such as
In-Reply-To,References,List-Unsubscribe, andX-*
Limitations
- Cloudflare's REST API only supports a single
fromaddress. - Cloudflare's REST API only supports a single
reply_toaddress. - Inline attachments are not supported by the REST API and will throw an exception.
Testing
All versions of laravel-cloudflare-mail with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
illuminate/http Version ^12.0 || ^13.0
illuminate/mail Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
symfony/mailer Version ^8.0
symfony/mime Version ^8.0
illuminate/http Version ^12.0 || ^13.0
illuminate/mail Version ^12.0 || ^13.0
illuminate/support Version ^12.0 || ^13.0
symfony/mailer Version ^8.0
symfony/mime Version ^8.0
The package toitzi/laravel-cloudflare-mail contains the following files
Loading the files please wait ...