Mailgun Driver Plugin
October 20, 2024 ยท View on GitHub
This plugin adds support for integrating Mailgun into Winter CMS.
Supports:
- Configuring & using Mailgun as a system mailer service.
Installation
This plugin is available for installation via Composer.
composer require winter/wn-drivermailgun-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 Mailgun and setup a secret key to use this plugin.
- Enter this secret and the domain into the Mail Configuration page after choosing the Mailgun Mail method.