bertoost / craft-mailjet
Craft CMS plugin for adding Mailjet mail adapter.
Installs: 44 075
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 6
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.2
- craftcms/cms: ^5.0
- mailjet/mailjet-apiv3-php: ^1.6
- symfony/mailjet-mailer: ^v7.0
README
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