felrov / laravel-mandrill
Laravel Mandrill Mail Transport
Installs: 4 893
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ^8.3
- illuminate/mail: ^11.0
- illuminate/support: ^11.0
- symfony/http-client: ^7.0.3
- symfony/mailchimp-mailer: ^7.0.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.46
- nunomaduro/collision: ^8.6
- orchestra/testbench: ^9.6
- phpunit/phpunit: ^11.5
README
Installation
You can install the package via composer:
$ composer require felrov/laravel-mandrill
Usage
Update your .env
file by adding your api key and set your mail driver to mandrill
.
You can choose between https
and api
scheme.
MAIL_MAILER=mandrill MANDRILL_SCHEME=https | api MANDRILL_SECRET=YOUR-API-KEY-HERE
You are ready to use mandrill through Laravel
Remember, when using Mandrill the sending address used in your emails must be a valid Sender Signature that you have already configured.
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.