PHPackages                             c975l/email-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. c975l/email-bundle

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

c975l/email-bundle
==================

Bundle to manage sending emails and store in a database

v7.5(1y ago)282916MITPHPPHP &gt;=8.0

Since Jun 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/975L/EmailBundle)[ Packagist](https://packagist.org/packages/c975l/email-bundle)[ Docs](https://github.com/975L/EmailBundle)[ Fund](https://buymeacoff.ee/laurentmarquet)[ Fund](https://opencollective.com/laurent-marquet)[ RSS](/packages/c975l-email-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (13)Versions (98)Used By (6)

EmailBundle
===========

[](#emailbundle)

EmailBundle does the following:

- Stores email in a database as an option,
- Sends email using [Symfony Mailer](https://github.com/symfony/mailer),
- Allows user with good ROLE to see emails sent,
- Defines a template for emails that should be overriden to integrate fully with website,
- Allows to attach one or multiple files.

[EmailBundle dedicated web page](https://975l.com/en/pages/email-bundle).

[EmailBundle API documentation](https://975l.com/apidoc/c975L/EmailBundle.html).

Bundle installation
-------------------

[](#bundle-installation)

### Step 1: Download the Bundle

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

Use [Composer](https://getcomposer.org) to install the library

```
    composer require c975l/email-bundle
```

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

```
