barrelstrength / sprout-base-email
Common email libraries for Sprout Plugins for Craft CMS
Installs: 91 016
Dependents: 4
Suggesters: 0
Security: 1
Stars: 1
Watchers: 3
Forks: 2
Type:yii-module
Requires
- barrelstrength/sprout-base: ^6.0.1
- barrelstrength/sprout-base-sent-email: ^1.0.0
- craftcms/cms: ^3.4.0
- league/html-to-markdown: ^4.6.2
This package is auto-updated.
Last update: 2024-10-25 04:55:48 UTC
README
A collection of common email classes and libraries for the Sprout Plugins Suite for Craft CMS.
Resources
- Report issues to the Sprout Email plugin repository.
- Pull Requests should reference an open issue in the Sprout Email plugin repository
Usage
Include Sprout Base Email in your Sprout plugin composer.json file:
{ "require": { "barrelstrength/sprout-base-email": "^1.0.0" } }
See this article on Creating a Yii Module for Craft 3 for an example of how to load the Sprout Base Yii Module to the Craft::$app
instance and create controllers and variables.