felrov/laravel-mandrill

Laravel Mandrill Mail Transport
5,548
Install
composer require felrov/laravel-mandrill
Latest Version:v0.8.1
PHP:^8.3
License:MIT
Last Updated:Apr 21, 2025
Links: GitHub  ·  Packagist
Maintainer: frovere

Laravel Mandrill

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.

Related Packages

weblee/mandrill

Laravel 5 Mandrill API Wrapper

419,183 23
eventhomes/laravel-mandrillhooks

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

75,628 63
coconutcraig/laravel-postmark

Laravel package for sending mail via the Postmark API

3,556,147 218
doxxon/laravel-mandrill-request

Mandrill transactional emails via Laravel 4

16,576 20