https://github.com/wintercms/wn-drivermailgun-plugin
Driver that adds support for the Mailgun mailer to WinterCMS
https://github.com/wintercms/wn-drivermailgun-plugin
driver hacktoberfest mailgun wintercms
Last synced: about 1 year ago
JSON representation
Driver that adds support for the Mailgun mailer to WinterCMS
- Host: GitHub
- URL: https://github.com/wintercms/wn-drivermailgun-plugin
- Owner: wintercms
- License: mit
- Created: 2022-04-04T12:37:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T07:09:35.000Z (over 1 year ago)
- Last Synced: 2025-05-06T23:23:46.319Z (about 1 year ago)
- Topics: driver, hacktoberfest, mailgun, wintercms
- Language: PHP
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - Winter.DriverMailgun - Driver that adds support for the Mailgun mailer. (Uncategorized / Uncategorized)
README
# Mailgun Driver Plugin
[](https://github.com/wintercms/wn-drivermailgun-plugin/blob/main/LICENSE)
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](http://getcomposer.org/).
```bash
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](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 [Mailgun](https://www.mailgun.com/) 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.