Download the PHP package codiblenet/laravel-mail-reacher without Composer
On this page you can find all versions of the php package codiblenet/laravel-mail-reacher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codiblenet/laravel-mail-reacher
More information about codiblenet/laravel-mail-reacher
Files in codiblenet/laravel-mail-reacher
Package laravel-mail-reacher
Short Description Official Laravel mail transport for Mail Reacher.
License MIT
Homepage https://mail-reacher.com/docs
Informations about the package laravel-mail-reacher
Laravel Mail Reacher
Official Laravel mail transport for Mail Reacher. It lets existing Mail, Mailable, notification and MailMessage flows send through Mail Reacher without rewriting application email code.
Installation
Publish config if needed:
Configuration
Add the mailer to config/mail.php if it is not already present:
That is intentionally the only Mail Reacher-specific environment knob for normal apps: the package sends to the official Mail Reacher API endpoint, and MAILREACHER_API_KEY selects the project environment/provider.
Existing Laravel Mail, Mailable, Notification and MailMessage flows keep working.
Example
Publishing
This repository is intended to be published on Packagist as codiblenet/laravel-mail-reacher and versioned with GitHub releases/tags such as v0.1.0.
Testing
All versions of laravel-mail-reacher with dependencies
codiblenet/mail-reacher-php Version ^0.1
illuminate/mail Version ^10.0 || ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^10.0 || ^11.0 || ^12.0 || ^13.0
symfony/mailer Version ^6.4 || ^7.0