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

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

kikwik/mail-manager-bundle
==========================

Transactional email manager for symfony 6.4 / 7.\*

v1.0.0(6mo ago)02MITPHPPHP &gt;=8.2

Since Oct 28Pushed 6mo agoCompare

[ Source](https://github.com/kikwik/mail-manager-bundle)[ Packagist](https://packagist.org/packages/kikwik/mail-manager-bundle)[ RSS](/packages/kikwik-mail-manager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

KikwikMailManagerBundle
=======================

[](#kikwikmailmanagerbundle)

The **KikwikMailManagerBundle** is a Symfony bundle that manages transactional emails for symfony 6.4 / 7.\*.

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

1. Open a command console, enter your project directory and execute:

```
$ composer require kikwik/mail-manager-bundle
```

Configuration
-------------

[](#configuration)

1. Create your Entity class that extends `Kikwik\MailManagerBundle\Model\Template`. The static `getTemplateChoices` method can be used to list the available templates defined in the system (inside the easyadmin controllers)

```
