bertoost / craft-elasticemail
The Craft CMS implementation for the ElasticEmail email adapter
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Type:craft-plugin
Requires
- php: ^8.0
- bertoost/elasticemail-mailer: ^1.0.3
- craftcms/cms: ^4.1
This package is auto-updated.
Last update: 2024-10-20 22:37:55 UTC
README
Elastic Email for Craft CMS
This plugin provides a Elastic Email integration for Craft CMS.
Requirements
This plugin requires Craft CMS 3.1.5 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for "Elastic Email". Then click on the "Install" button in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require bertoost/craft-elasticemail # tell Craft to install the plugin ./craft install/plugin elastic-email