bertoost/craft-elasticemail

The Craft CMS implementation for the ElasticEmail email adapter

v2.0.2 2023-02-20 18:45 UTC

This package is auto-updated.

Last update: 2024-04-20 21:26:13 UTC


README

Elastic Email for Craft CMS

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