winter / wn-drivermandrill-plugin
Driver that adds support for the Mandrill mailer to WinterCMS
Package info
github.com/wintercms/wn-drivermandrill-plugin
Type:winter-plugin
pkg:composer/winter/wn-drivermandrill-plugin
v1.1.0
2026-08-27 00:59 UTC
Requires
- symfony/http-client: ^6.0
- symfony/mailchimp-mailer: ^6.0
README
This plugin adds support for integrating Mandrill / Mailchimp into Winter CMS.
Supports:
- Configuring & using Mandrill / Mailchimp as a system mailer service.
Installation
This plugin is available for installation via Composer.
composer require winter/wn-drivermandrill-plugin
After installing the plugin you will need to run the migrations and (if you are using a public folder) republish your public directory.
php artisan migrate
How to use this plugin
- Open an account with Mailchimp and setup a secret key to use this plugin.
- Enter the secret on the Mail Configuration page after choosing the Mandrill Mail method.