PHPackages                             tss/automailer-bundle - 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. tss/automailer-bundle

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

tss/automailer-bundle
=====================

Adds Doctrine spool to Swiftmailer

v1.2.1(10y ago)1144.1k10MITPHPPHP &gt;=5.3.2

Since Jun 3Pushed 8y ago4 watchersCompare

[ Source](https://github.com/radutopala/TSSAutomailerBundle)[ Packagist](https://packagist.org/packages/tss/automailer-bundle)[ RSS](/packages/tss-automailer-bundle/feed)WikiDiscussions master Synced 2w ago

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

TSSAutomailerBundle
===================

[](#tssautomailerbundle)

Swiftmailer Spool for Doctrine packaged into a Symfony2 Bundle

Installation instructions:

- Easiest way to install is via composer, add those lines to `./composer.json`:

```
"require": {
    ...
    "tss/automailer-bundle": "dev-master"
}

```

and then run `composer.phar install`

- Then enable the bundle in `./app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = [
        ...
        new TSS\AutomailerBundle\TSSAutomailerBundle(),
    ];
}

```

- Change Swiftmailer spool type in `./app/config.yml`:

```
swiftmailer:
  ...
  spool:     { type: automailer }

```

- Update your db with Bundle's entity:

```
app/console doctrine:schema:update --force

```

Set a cron to execute the queue:

```
app/console automailer:spool:send

```

You can also test the spool by adding a new email with:

```
app/console automailer:test --email=info@trisoft.ro

```

Automailer has also a Beanstalk integration feature, which uses pheanstalk to send a job with `automailer:spool:send` to a queue/tube. This feature is activated automatically once a new email is sent through mailer, if pheanstalk is installed and if you add this inside `./app/config.yml`:

```
tss_automailer:
    beanstalk: true

```

You can also customize the entity manager:

```
tss_automailer:
    manager: doctrine_mongodb.odm.document_manager
    class: TSS\AutomailerBundle\DefaultDocument\Automailer

```

You can easily customize the class used for the entity or document by simply configuring the class in `config.yml` and disabling the relevant functionality like this:

```
tss_automailer:
    class: AppBundle\Entity\Automailer # or AppBundle\Document\Automailer, your specific path to your entity or document
    disable_default_document: true # disables the default document so that you can use your own
    disable_default_entity: true # disables the default entity so that you can use your own

```

In order to customize the entity or document that you wish to use with your own functionality, you can do so by extending `TSS\Automailer\Model\Automailer` and adding the relevant `@ODM\Document()` or `@ORM\Entity()` annotation to your class.

Enjoy :)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~368 days

Total

3

Last Release

3673d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/647137?v=4)[Radu Topala](/maintainers/radutopala)[@radutopala](https://github.com/radutopala)

---

Top Contributors

[![radutopala](https://avatars.githubusercontent.com/u/647137?v=4)](https://github.com/radutopala "radutopala (45 commits)")[![DiliBau](https://avatars.githubusercontent.com/u/67897?v=4)](https://github.com/DiliBau "DiliBau (7 commits)")[![89031007131](https://avatars.githubusercontent.com/u/5604682?v=4)](https://github.com/89031007131 "89031007131 (1 commits)")[![falinsky](https://avatars.githubusercontent.com/u/859638?v=4)](https://github.com/falinsky "falinsky (1 commits)")[![GCth](https://avatars.githubusercontent.com/u/2381835?v=4)](https://github.com/GCth "GCth (1 commits)")

---

Tags

pheanstalkphpspoolswiftmailerswiftmailer-spoolsymfonysymfony-bundleswiftswiftmailerspoolautomailer

### Embed Badge

![Health badge](/badges/tss-automailer-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tss-automailer-bundle/health.svg)](https://phpackages.com/packages/tss-automailer-bundle)
```

###  Alternatives

[cspoo/swiftmailer-mailgun-bundle

Swiftmailer Mailgun bundle

1041.1M](/packages/cspoo-swiftmailer-mailgun-bundle)[mailjet/mailjet-swiftmailer

A SwiftMailer transport implementation for Mailjet

251.3M9](/packages/mailjet-mailjet-swiftmailer)[goetas/to-swift-mime-parser

Parse a generic mail stream, and convert it to a SwiftMailer Message

1244.7k2](/packages/goetas-to-swift-mime-parser)[aimeos/ai-swiftmailer

SwiftMailer adapter for Aimeos web shops and e-commerce solutions

19168.5k5](/packages/aimeos-ai-swiftmailer)

PHPackages © 2026

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