yorick / replace-mail-dev
Changes the recipient email in development
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/yorick/replace-mail-dev
Requires
- php: ^7.2
- illuminate/mail: ^7.0
This package is not auto-updated.
Last update: 2025-11-02 11:09:59 UTC
README
This package replaces the recipient email address in development with Laravel(v7)
Install:
$ composer require yorick/replace-mail-dev --dev
Publish configuration file:
$ php artisan vendor:publish --provider="Yorick\ReplaceMailDev\CustomMailServiceProvider" --tag="config"
replaceEmail.php
return [
'emailTo' => 'example@mail.com' //change email
];
cc and bcc will not be sent.