barrelstrength/sprout-base-email

Common email libraries for Sprout Plugins for Craft CMS

Maintainers

👁 BarrelStrength

Package info

github.com/barrelstrength/sprout-base-email

Issues

Documentation

Type:yii-module

pkg:composer/barrelstrength/sprout-base-email

Statistics

Installs: 94 189

Dependents: 4

Suggesters: 0

Stars: 1

1.3.10 2023-01-21 04:05 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary f0b6c1e9d13e4822fa80aa502190a8a7bc85bb29


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.