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

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

xm/mail-manager-bundle
======================

Uses Twig and SwiftMailer to create emails based on templates/views.

0.3.1(7y ago)03172MITPHPPHP ^5.6 || ^7.0

Since Nov 29Pushed 7y ago2 watchersCompare

[ Source](https://github.com/xmmedia/XMMailManagerBundle)[ Packagist](https://packagist.org/packages/xm/mail-manager-bundle)[ Docs](https://github.com/xmmedia/XMMailManagerBundle)[ RSS](/packages/xm-mail-manager-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (2)

XMMailManagerBundle
===================

[](#xmmailmanagerbundle)

Uses Twig and SwiftMailer to create emails based on templates/views.

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

[](#installation)

### Step 1: Download the Bundle

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

**This package is not on Packagist, so the repository will need to be added manually in composer.json**

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

```
$ php composer.phar require xm/mail-manager-bundle
```

This command requires [Composer](https://getcomposer.org/download/).

### 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:

```
