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

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

chris13/mail-bundle
===================

Load content and send mail.

1.3.6(7y ago)11.6k2[1 issues](https://github.com/christophe-chausseray/mail-bundle/issues)MITPHPPHP &gt;=5.3

Since Nov 6Pushed 7y ago2 watchersCompare

[ Source](https://github.com/christophe-chausseray/mail-bundle)[ Packagist](https://packagist.org/packages/chris13/mail-bundle)[ RSS](/packages/chris13-mail-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (6)Versions (21)Used By (0)

[![SensioLabsInsight](https://camo.githubusercontent.com/c758a84fac54545c4774fda7aa18fec100627802a74e0a4e466ffaf3e644579d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f61353461646134642d303531392d346239652d383561652d6663366531323462313635642f6269672e706e67)](https://insight.sensiolabs.com/projects/a54ada4d-0519-4b9e-85ae-fc6e124b165d)

Mail Bundle
===========

[](#mail-bundle)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require chris13/mail-bundle "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
