Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintercms/wn-driversparkpost-plugin
Driver that adds support for the SparkPost mailer to WinterCMS
https://github.com/wintercms/wn-driversparkpost-plugin
driver hacktoberfest sparkpost wintercms
Last synced: about 1 month ago
JSON representation
Driver that adds support for the SparkPost mailer to WinterCMS
- Host: GitHub
- URL: https://github.com/wintercms/wn-driversparkpost-plugin
- Owner: wintercms
- License: mit
- Created: 2022-04-03T18:18:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:10:13.000Z (9 months ago)
- Last Synced: 2024-04-14T00:37:56.931Z (8 months ago)
- Topics: driver, hacktoberfest, sparkpost, wintercms
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - Winter.DriverSparkPost - Driver that adds support for the SparkPost mailer. (Uncategorized / Uncategorized)
README
# SparkPost Driver Plugin
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wintercms/wn-driversparkpost-plugin/blob/main/LICENSE)
This plugin adds support for integrating SparkPost into Winter CMS.
Supports:
- Configuring & using SparkPost as a system mailer service.## Installation
This plugin is available for installation via [Composer](http://getcomposer.org/).
```bash
composer require winter/wn-driversparkpost-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 [SparkPost](https://www.sparkpost.com/) and setup a secret key to use this plugin.
- Enter the secret on the Mail Configuration page after choosing the Sparkpost Mail method.