This plugin adds support for integrating Postmark into Winter CMS.
Supports:
- Configuring & using Postmark as a system mailer service.
This plugin is available for installation via Composer.
composer require winter/wn-driverpostmark-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
- Open an account with Postmark and setup a secret key to use this plugin.
- Enter the secret on the Mail Configuration page after choosing the Postmark Mail method.