bertoost/craft-mailjet

Craft CMS plugin for adding Mailjet mail adapter.

Installs: 42 595

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 6

Open Issues: 0

Type:craft-plugin

v2.0.2 2024-03-24 09:46 UTC

This package is auto-updated.

Last update: 2024-03-24 09:48:07 UTC


README

Mailjet for Craft CMS icon

Mailjet for Craft CMS

This plugin provides a Mailjet 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 “Mailjet”. 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-mailjet

# tell Craft to install the plugin
./craft install/plugin mailjet

More...