Looking to hire Laravel developers? Try LaraJobs

laravel-mandrill maintained by felrov

Description
Laravel Mandrill Mail Transport
Author
Last update
2025/04/21 15:09 (dev-master)
License
Links
Downloads
5 476
Tags

Comments
comments powered by Disqus

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.