PHPackages                             gregoryeple/mail-plugin - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. gregoryeple/mail-plugin

ActiveSylius-plugin[Mail &amp; Notifications](/categories/mail)

gregoryeple/mail-plugin
=======================

Configure how your emails are sent by Sylius.

2.0.1(1y ago)05MITPHPPHP ^8.0

Since Oct 10Pushed 1y agoCompare

[ Source](https://github.com/gregoryeple/SyliusMailPlugin)[ Packagist](https://packagist.org/packages/gregoryeple/mail-plugin)[ RSS](/packages/gregoryeple-mail-plugin/feed)WikiDiscussions master Synced 1mo ago

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

SyliusMailPlugin
================

[](#syliusmailplugin)

[![Total Downloads](https://camo.githubusercontent.com/8284f4a7e503053590f98ccc858e2907761e2df84ca32a7e799446b5d8016fa1/68747470733a2f2f706f7365722e707567782e6f72672f677265676f727965706c652f6f617574682d7365727665722d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/gregoryeple/mail-plugin)

Configure how your emails are sent by Sylius.

Installation-procedure
======================

[](#installation-procedure)

```
$ composer require gregoryeple/mail-plugin
```

Enable the plugin
-----------------

[](#enable-the-plugin)

```
// in app/AppKernel.php
public function registerBundles() {
	$bundles = array(
		// ...
		new BeHappy\SyliusMailPlugin\BeHappySyliusMailPlugin(),
	);
	// ...
}
```

```
#in app/config/config.yml
imports:
    ...
    - { resource: "@BeHappySyliusMailPlugin/Resources/config/app/config.yml" }
```

```
# in routing.yml
...

behappy_mail_plugin:
    resource: '@BeHappySyliusMailPlugin/Resources/config/routing.yml'
...
```

Generate database
-----------------

[](#generate-database)

Simply launch

```
php bin/console doctrine:schema:update --dump-sql --force
```

That's it !
===========

[](#thats-it-)

In the BackOffice, you have now a new entry under the configuration menu where you can create your mail configuration. You can register one configuration by channel.

You can define the user sending address, their name and a reply-to.

DKIM Signature is also fully supported by setting the domain, the selector and the private key content.

Once your configuration is created, you can send a test email to any address and check the result. (don't forget do enable delivery in dev by modifying config\_dev.yml)

Repository history
==================

[](#repository-history)

This repository has been initialy created to make [BeHappyCommunication/SyliusMailPlugin](https://github.com/BeHappyCommunication/SyliusMailPlugin) compatible with PHP 8.

Works on Sylius 1.13. (other versions have not been tested)

Credits
-------

[](#credits)

- Stephane DECOCK, and [all contributors](https://github.com/gregoryeple/SyliusMailPlugin/contributors)
- Forked from [SyliusMailPlugin](https://github.com/BeHappyCommunication/SyliusMailPlugin)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% of commits — single point of failure

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 ~0 days

Total

2

Last Release

585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8550a244cb213b6a38efee2133cbb67c22ee477a314de5c1f19a57500b72f95b?d=identicon)[gregoryeple](/maintainers/gregoryeple)

---

Top Contributors

[![Roshyo](https://avatars.githubusercontent.com/u/9363039?v=4)](https://github.com/Roshyo "Roshyo (17 commits)")[![gregoryeple](https://avatars.githubusercontent.com/u/26166683?v=4)](https://github.com/gregoryeple "gregoryeple (2 commits)")[![SwapServicesNancy](https://avatars.githubusercontent.com/u/80818662?v=4)](https://github.com/SwapServicesNancy "SwapServicesNancy (1 commits)")

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

![Health badge](/badges/gregoryeple-mail-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/gregoryeple-mail-plugin/health.svg)](https://phpackages.com/packages/gregoryeple-mail-plugin)
```

###  Alternatives

[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)[therobfonz/laravel-mandrill-driver

Mandrill Driver for Laravel

773.5M](/packages/therobfonz-laravel-mandrill-driver)[symfony/mailjet-mailer

Symfony Mailjet Mailer Bridge

484.7M12](/packages/symfony-mailjet-mailer)[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[symfony/postmark-mailer

Symfony Postmark Mailer Bridge

4717.4M34](/packages/symfony-postmark-mailer)[symfony/mailchimp-mailer

Symfony Mailchimp Mailer Bridge

275.9M17](/packages/symfony-mailchimp-mailer)

PHPackages © 2026

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