spaanproductions/laravel-mandrill

Mandrill Mailer for Laravel 9+
4,423
Install
composer require spaanproductions/laravel-mandrill
Latest Version:3.0.0
PHP:~8.3.0|~8.4.0|~8.5.0
License:MIT
Last Updated:Jun 3, 2026
Links: GitHub  ·  Packagist
Maintainer: spaantje

LaravelMandrill

Latest Version on Packagist Total Downloads

This is where your description should go. Take a look at contributing.md to see a todo list.

Note

Please note that BCC is not supported with this driver.

Installation

Via Composer

$ composer require spaanproductions/laravel-mandrill

Add the Mandrill mailer to your config\mail.php:

'mandrill' => [
    'transport' => 'mandrill',
    'api-token' => env('MANDRILL_API_TOKEN'),
    'headers' => [
        // 'X-MC-ReturnPathDomain' => 'your.returndomain.com',
        // 'X-MC-PreserveRecipients' => true, // https://mailchimp.com/developer/transactional/docs/smtp-integration/#x-mc-preserverecipients
    ],
    // 'logger' => 'daily',
],

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Running Tests

This package uses PHPUnit and Orchestra Testbench for testing.

To run the tests, execute:

composer install
./vendor/bin/phpunit

This will run all test cases in the tests/ directory.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email info@spaanproductions.nl instead of using the issue tracker.

License

MIT. Please see the license file for more information.

Related Packages

weblee/mandrill

Laravel 5 Mandrill API Wrapper

419,183 23
sairiz/mandrill

Mandrill Official API Wrapper for Laravel 4

46,466 12
eventhomes/laravel-mandrillhooks

A simple Mandrill webhook controller to help with events. Compatible with Larave...

75,628 63
doxxon/laravel-mandrill-request

Mandrill transactional emails via Laravel 4

16,576 20
abishekrsrikaanth/mailto

Laravel 4 Package to integrate with multiple Cloud Email Providers

506 21