PHPackages                             mailjet/mailjet-magento2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mailjet/mailjet-magento2

ActiveMagento2-module

mailjet/mailjet-magento2
========================

Connect Mailjet with Magento

1.0.1(3y ago)529.6k↓50%7[2 issues](https://github.com/mailjet/mailjet-magento2/issues)[1 PRs](https://github.com/mailjet/mailjet-magento2/pulls)PHP

Since Feb 22Pushed 3y ago3 watchersCompare

[ Source](https://github.com/mailjet/mailjet-magento2)[ Packagist](https://packagist.org/packages/mailjet/mailjet-magento2)[ RSS](/packages/mailjet-mailjet-magento2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

mailjet-magento2
================

[](#mailjet-magento2)

The official Mailjet plugin for Magento 2

Installation instructions
-------------------------

[](#installation-instructions)

1. Back up your database (optional) - if you want to be sure that no undesired changes would occur
2. Set up your cron jobs -

3. Login into SSH and navigate to your store root directory
4. Enable maintenance mode: `php bin/magento maintenance:enable`
5. You can upload your module’s files via FTP or with composer:
    1. FTP
        1. Download your module archive from your Magento store purchases
        2. Connect to your hosting server with Filezilla or another FTP client
        3. Navigate to `your_store_root_directory/app/code`
        4. Inside create a folder “Mailjet” and enter it
        5. Inside of the “Mailjet” folder create a new folder “Mailjet” and enter it
        6. Extract the files on your local PC
        7. Upload the module’s files to the opened directory on the FTP client
        8. Go to your CLI and download the Mailjet library `composer require mailjet/mailjet-apiv3-php`
    2. Composer
        1. Update the composer.json file in your Magento project with the name of the extension
        2. Add the extension’s name and version to your composer.json file and download the needed packages:

        ```
        composer require mailjet/mailjet-magento2 --no-update
        composer update mailjet/mailjet-magento2

        ```

        3. Enter your authentication keys. Your public key is your username; your private key is your password
            1. To get them, go to Magento **Marketplace &gt; Your name &gt; My Profile**
            2. Click **Access Keys** in the Marketplace tab
            3. If you don’t have Access Keys click **Create a New Access Key**. Enter a specific name for the keys (e.g., the name of the developer receiving the keys) and click OK
            4. New public and private keys are now associated with your account that you can click to copy. Save this information or keep the page open when working with your Magento project. Use the Public key as your username and the Private key as your password
        4. Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors
6. Verify the extension
    1. To verify that the extension installed properly, run the following command: `php bin/magento module:status Mailjet_Mailjet`
    2. By default, the extension is probably disabled:
        `Module is disabled`
7. Enable the extension
    1. Enable the extension and clear static view files: `php bin/magento module:enable Mailjet_Mailjet --clear-static-content`
    2. Register the extension: `php bin/magento setup:upgrade`
    3. Recompile your Magento project: in Production mode, you may receive a message to “Please rerun Magento compile command”. Magento does not prompt you to run the compile command in Developer mode: `php bin/magento setup:di:compile`
    4. Verify that the extension is enabled: `php bin/magento module:status Mailjet_Mailjet` You should see output verifying that the extension is no longer disabled: `Module is enabled`
    5. Clean the cache: `php bin/magento cache:clean`
        1. Disable maintenance mode: `php bin/magento maintenance:disable`
        2. Configure the extension in Admin as needed: go to **Admin panel &gt; Stores &gt; Configuration &gt; Mailjet**

Note: You need to have a mailjet account to set your API settings.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~471 days

Total

2

Last Release

1440d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da52946a8fe999727b5f26b39df4250a94d7424e8abc1d9f705ce54587abf2fd?d=identicon)[ppota](/maintainers/ppota)

---

Top Contributors

[![ystuka](https://avatars.githubusercontent.com/u/104079626?v=4)](https://github.com/ystuka "ystuka (9 commits)")[![ngarnier](https://avatars.githubusercontent.com/u/4700883?v=4)](https://github.com/ngarnier "ngarnier (5 commits)")[![inklammern](https://avatars.githubusercontent.com/u/15946528?v=4)](https://github.com/inklammern "inklammern (3 commits)")[![ppota-paul](https://avatars.githubusercontent.com/u/76681069?v=4)](https://github.com/ppota-paul "ppota-paul (1 commits)")[![supportA3WEB](https://avatars.githubusercontent.com/u/10046331?v=4)](https://github.com/supportA3WEB "supportA3WEB (1 commits)")

### Embed Badge

![Health badge](/badges/mailjet-mailjet-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/mailjet-mailjet-magento2/health.svg)](https://phpackages.com/packages/mailjet-mailjet-magento2)
```

###  Alternatives

[mailjet/laravel-mailjet

Laravel package for Mailjet API V3 and Laravel Mailjet Mail Transport

1111.5M2](/packages/mailjet-laravel-mailjet)[mettle/sendportal-core

Sendportal core functionality.

30033.9k1](/packages/mettle-sendportal-core)[mailjet/mailjet-swiftmailer

A SwiftMailer transport implementation for Mailjet

261.2M9](/packages/mailjet-mailjet-swiftmailer)[mailjet/mailjet-bundle

Symfony bundle for Mailjet API V3

34395.8k](/packages/mailjet-mailjet-bundle)[thedoctor0/laravel-mailjet-driver

Laravel mail driver package for Mailjet and wrapper for its API

33237.9k1](/packages/thedoctor0-laravel-mailjet-driver)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
