https://github.com/wintercms/wn-drivermandrill-plugin
Driver that adds support for the Mandrill mailer to WinterCMS
https://github.com/wintercms/wn-drivermandrill-plugin
driver hacktoberfest mandrill wintercms
Last synced: 4 months ago
JSON representation
Driver that adds support for the Mandrill mailer to WinterCMS
- Host: GitHub
- URL: https://github.com/wintercms/wn-drivermandrill-plugin
- Owner: wintercms
- License: mit
- Created: 2022-04-03T17:50:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T07:15:38.000Z (over 1 year ago)
- Last Synced: 2026-01-20T22:31:52.641Z (4 months ago)
- Topics: driver, hacktoberfest, mandrill, wintercms
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - Winter.DriverMandrill - Driver that adds support for the Mandrill mailer. (Uncategorized / Uncategorized)
README
# Mandrill Driver Plugin
[](https://github.com/wintercms/wn-drivermandrill-plugin/blob/main/LICENSE)
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](http://getcomposer.org/).
```bash
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](https://wintercms.com/docs/develop/docs/setup/configuration#using-a-public-folder)) [republish your public directory](https://wintercms.com/docs/develop/docs/console/setup-maintenance#mirror-public-files).
```bash
php artisan migrate
```
## How to use this plugin
- Open an account with [Mailchimp](https://mailchimp.com/features/transactional-email-infrastructure/) and setup a secret key to use this plugin.
- Enter the secret on the Mail Configuration page after choosing the Mandrill Mail method.