spaanproductions / laravel-mandrill
Mandrill Mailer for Laravel 9+
Installs: 1 237
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0|^8.1
- illuminate/support: ^9.0|^10.0|^11.0
- mailchimp/transactional: ^1.0
- symfony/mailer: ^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ~7|~8|~9
- phpunit/phpunit: ~9.0
README
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
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.