PHPackages                             cnerta/mailing-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. cnerta/mailing-bundle

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

cnerta/mailing-bundle
=====================

CnertaMailinBundle is a Symfony2 Bundle who provide an easy way to send email build with Twig template

1.0.1(10y ago)0212MITPHPPHP &gt;=5.3.3

Since Sep 17Pushed 6y ago3 watchersCompare

[ Source](https://github.com/AgrosupDijon-Eduter/CnertaMailingBundle)[ Packagist](https://packagist.org/packages/cnerta/mailing-bundle)[ Docs](https://github.com/waldo2188/)[ RSS](/packages/cnerta-mailing-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

/!\\ Repository not maintained and outdated /!\\
================================================

[](#-repository-not-maintained-and-outdated-)

CnertaMailingBundle
===================

[](#cnertamailingbundle)

CnertaMailinBundle is a Symfony2 Bundle who provide an easy way to send email build with Twig template.

Create your email message with Twig and use the CnertaMailinBundle's service for sending it.

Easy, fast and builded on the shoulders of giants like SwiftMail.

Because quality matters : [![SensioLabsInsight](https://camo.githubusercontent.com/0a42895790620ec27c4267c1e9bd14b545de77fc9037db05e880565c91bfb528/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35393839636331302d323839332d346463612d396430322d6631353839353330643931332f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/5989cc10-2893-4dca-9d02-f1589530d913)[![Build Status](https://camo.githubusercontent.com/ccd67d3d0710b79de5bd7dafae12dadb61f63617282cde6c2f8878c3c3aa61e8/68747470733a2f2f7472617669732d63692e6f72672f4167726f73757044696a6f6e2d4564757465722f436e657274614d61696c696e6742756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/AgrosupDijon-Eduter/CnertaMailingBundle)

Installation
------------

[](#installation)

### Composer

[](#composer)

Add to composer json:

```
    "require": {
        //..
        "cnerta/mailing-bundle": "dev-master"
    }
```

Run:

```
$ composer install cnerta/mailing-bundle
```

Register the bundle in your `AppKernel` class.

```
