winter/wn-drivermailgun-plugin

Driver that adds support for the Mailgun mailer to WinterCMS

Maintainers

Package info

github.com/wintercms/wn-drivermailgun-plugin

Type:winter-plugin

pkg:composer/winter/wn-drivermailgun-plugin

Fund package maintenance!

wintercms

Open Collective

Statistics

Installs: 1 167

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2026-01-21 16:23 UTC

This package is auto-updated.

Last update: 2026-02-21 16:34:10 UTC


README

MIT 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.

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.