winter / wn-driversendgrid-plugin
Driver that adds support for the SendGrid mailer to WinterCMS
Fund package maintenance!
wintercms
Open Collective
Installs: 213
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:winter-plugin
Requires
- symfony/http-client: ^6.0
- symfony/sendgrid-mailer: ^6.0.0
This package is auto-updated.
Last update: 2024-10-20 07:11:16 UTC
README
This plugin adds support for integrating SendGrid into Winter CMS.
Supports:
- Configuring & using SendGrid as a system mailer service.
Installation
This plugin is available for installation via Composer.
composer require winter/wn-driversendgrid-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 SendGrid and setup an API key to use this plugin.
- Enter the API key into the Mail Configuration page after choosing the Sendgrid Mail method.