PHPackages                             creonit/sendpulse-mailer - 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. creonit/sendpulse-mailer

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

creonit/sendpulse-mailer
========================

v1.0.0(5y ago)24.4k↓100%4GPL-3.0-onlyPHPPHP &gt;=7.2.5

Since Jul 23Pushed 5y agoCompare

[ Source](https://github.com/creonit-dev/sendpulse-mailer)[ Packagist](https://packagist.org/packages/creonit/sendpulse-mailer)[ RSS](/packages/creonit-sendpulse-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

SendPulse Mailer
================

[](#sendpulse-mailer)

[SendPulse](https://sendpulse.com/)

[Symfony Mailer Documentation](https://symfony.com/doc/current/mailer.html)

Supported schemes
-----------------

[](#supported-schemes)

`smtp`

```
MAILER_DSN=sendpulse://USERNAME:PASSWORD@default
```

`smtp api`

```
MAILER_DSN=sendpulse+smtp-api://USER_ID:SECRET@default
```

`Automation360 events`

```
MAILER_DSN=sendpulse+events://USER_ID:SECRET@default
```

```
use Creonit\SendPulseMailer\Header\SendPulseVariableHeader;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Mailer\MailerInterface;
use Symfony\Component\Mime\Email;

class MailingController extends AbstractController
{
    public function sendMail(MailerInterface $mailer)
    {
        $to = 'example@example.com';
        $message = new Email();
        $message->to($to);
        $message->getHeaders()
            ->addTextHeader('X-SendPulse-Event', 'event_name')
            ->add(new SendPulseVariableHeader('variable_name', 'value'));

        $mailer->send($message);
    }
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2116d ago

### Community

Maintainers

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

---

Tags

symfonysendpulsecreonit

### Embed Badge

![Health badge](/badges/creonit-sendpulse-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/creonit-sendpulse-mailer/health.svg)](https://phpackages.com/packages/creonit-sendpulse-mailer)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)[symfony/fake-chat-notifier

Fake Chat (as email or log during development) Notifier Bridge.

10260.2k4](/packages/symfony-fake-chat-notifier)[hafael/azure-mailer-driver

Supercharge your Laravel or Symfony app with Microsoft Azure Communication Services (ACS)! Effortlessly add email, chat, voice, video, and telephony-over-IP for next-level communication. 🚀

14109.2k](/packages/hafael-azure-mailer-driver)

PHPackages © 2026

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