PHPackages                             emiliort/turbosmtp-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. emiliort/turbosmtp-mailer

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

emiliort/turbosmtp-mailer
=========================

Provides turboSMTP integration for Symfony Mailer.

1.0.2(3y ago)22751MITPHPPHP &gt;=7.2.5

Since May 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/emiliort/turbosmtp-mailer)[ Packagist](https://packagist.org/packages/emiliort/turbosmtp-mailer)[ RSS](/packages/emiliort-turbosmtp-mailer/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

turboSMTP mailer
================

[](#turbosmtp-mailer)

Provides turboSMTP integration for Symfony Mailer.

Instalation
-----------

[](#instalation)

composer require emiliort/turbosmtp-mailer

Transport Setup
---------------

[](#transport-setup)

Add custom trasport to config\\services.yaml

```
mailer.transport_factory.custom:
    class: Turbosmtp\TurbosmtpTransportFactory
    parent: mailer.transport_factory.abstract
    tags:
    - {name: mailer.transport_factory}

```

Configure MAILER\_DSN enviroment variable:

```
MAILER_DSN="turbosmtp://USERNAME:PASSWORD@default"

```

If you want to override the default host for a provider change default value. For example, using european turboSMTP servers:

```
MAILER_DSN="turbosmtp://USERNAME:PASSWORD@api.eu.turbo-smtp.com"

```

License
-------

[](#license)

Autor: [emiliort](https://github.com/emiliort). Licensed under the terms of the [MIT license](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~8 days

Total

6

Last Release

1422d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05e44770317b41cc685ea1121cc43bd6eb8fe837ff78330ed5ff42208e7218c0?d=identicon)[emiliort](/maintainers/emiliort)

---

Top Contributors

[![emiliort](https://avatars.githubusercontent.com/u/435103?v=4)](https://github.com/emiliort "emiliort (25 commits)")[![jeanmarieclement](https://avatars.githubusercontent.com/u/14903795?v=4)](https://github.com/jeanmarieclement "jeanmarieclement (1 commits)")

---

Tags

symfonymailerturboSMTP

### Embed Badge

![Health badge](/badges/emiliort-turbosmtp-mailer/health.svg)

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

###  Alternatives

[sylius/mailer-bundle

Mailers and e-mail template management for Symfony projects.

728.1M77](/packages/sylius-mailer-bundle)[dotkernel/dot-mail

Dotkernel mail component based on symfony mailer

1140.0k5](/packages/dotkernel-dot-mail)[yzh52521/think-mail

A powerful and beautiful php mailer for All of ThinkPHP and Other PHP Frameworks based symfony

745.0k](/packages/yzh52521-think-mail)[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)
