PHPackages                             appaydin/pd-mailer - 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. appaydin/pd-mailer

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

appaydin/pd-mailer
==================

Symfony Mailer Queue &amp; Templating Bundle

2.0.03(5y ago)11.9k[1 issues](https://github.com/cesurapp/pd-mailer/issues)MITPHPPHP &gt;=7.4.0

Since Jun 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/cesurapp/pd-mailer)[ Packagist](https://packagist.org/packages/appaydin/pd-mailer)[ Docs](https://github.com/appaydin/pd-mailer)[ RSS](/packages/appaydin-pd-mailer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (20)Used By (0)

pdMailer Bundle
===============

[](#pdmailer-bundle)

pdMailer is the Symfony Mailer extension is written for pdAdmin. It keeps logs of mail sent by Symfony Mailer and provides template interface for mail.

[![Packagist](https://camo.githubusercontent.com/1025022f1aef332bb5a7363ba9a656831c75a80e80fbdff000cb46c6ada2db25/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617070617964696e2f70642d6d61696c65722e737667)](https://github.com/appaydin/pd-mailer)[![Github Release](https://camo.githubusercontent.com/e1735146e597cccdf5c690da5d7fa872a35561ca501689b21ce3520506109acf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f617070617964696e2f70642d6d61696c65722e737667)](https://github.com/appaydin/pd-mailer)[![license](https://camo.githubusercontent.com/af90f436636acc8c0cd11392ee220bc450761b6835ceccae85a6282e512cbf37/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f617070617964696e2f70642d6d61696c65722e737667)](https://github.com/appaydin/pd-mailer)[![PHP from Packagist](https://camo.githubusercontent.com/8d973337a689344656d8655292735eb983f0b5797836648278a68f39dbfb79ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f617070617964696e2f70642d6d61696c65722e737667)](https://github.com/appaydin/pd-mailer)

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

[](#installation)

### Step 1: Download the Bundle

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

This package is written for pdadmin and is required for installation.

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

```
$ composer require appaydin/pd-mailer
```

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)

With Symfony 5, the package will be activated automatically. But if something goes wrong, you can install it manually.

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

```
