PHPackages                             rezzza/mail-extra-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. rezzza/mail-extra-bundle

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

rezzza/mail-extra-bundle
========================

Mail tools for Swift\_Mailer.

v1.0.2(10y ago)615.9k3[1 issues](https://github.com/rezzza/MailExtraBundle/issues)MITPHPPHP &gt;=5.3.2

Since Sep 4Pushed 10y ago2 watchersCompare

[ Source](https://github.com/rezzza/MailExtraBundle)[ Packagist](https://packagist.org/packages/rezzza/mail-extra-bundle)[ Docs](https://github.com/rezzza/MailExtraBundle)[ RSS](/packages/rezzza-mail-extra-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

MailExtraBundle
===============

[](#mailextrabundle)

Add transformer to your mail before sending it.

Transformers already added:

html2text
---------

[](#html2text)

Needs binary `html2text`Install: `brew install html2text`

This transformer will create a text/plain verion of your HTML message and add it as part.

PictureEmbed
------------

[](#pictureembed)

This transformer will look at picture on your html email and add pictures in embed of mail.

Add your transformer
--------------------

[](#add-your-transformer)

Add it to the `config.yml`

```
rezzza_mail_extra:
    transformers:
        mytransforrmer:
            id:         service_id
            options:    [] # some options
```

Your service\_id should implements `TransformerInterface`, example:

```
