PHPackages                             xxam/mailclientbundle - 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. xxam/mailclientbundle

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

xxam/mailclientbundle
=====================

A complete mailclient bundle for Xxam

013HTML

Since Oct 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/julianstricker/XxamMailclientBundle)[ Packagist](https://packagist.org/packages/xxam/mailclientbundle)[ RSS](/packages/xxam-mailclientbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Xxam/MailclientBundle - A complete mailclient bundle for Xxam
=============================================================

[](#xxammailclientbundle---a-complete-mailclient-bundle-for-xxam)

Overview
========

[](#overview)

License
=======

[](#license)

This bundle is released under the [MIT license](Resources/meta/LICENSE)

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

[](#installation)

Step1: Using Composer
---------------------

[](#step1-using-composer)

Add the following line to your composer.json require block:

```
// composer.json
{
    // ...
    require: {
        // ...
        "xxam/mailclientbundle": "dev-master"
    }
}
```

Then, you can install the new dependencies by running Composer's `update`command from the directory where your `composer.json` file is located:

```
$ php composer.phar update
```

### Step 2: Register the Bundle

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

Modify your AppKernel with the following line:

```
