Download the PHP package pixelart/swiftmailer-manipulator-bundle without Composer
On this page you can find all versions of the php package pixelart/swiftmailer-manipulator-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pixelart/swiftmailer-manipulator-bundle
More information about pixelart/swiftmailer-manipulator-bundle
Files in pixelart/swiftmailer-manipulator-bundle
Package swiftmailer-manipulator-bundle
Short Description Manipulates outgoing mails from Swiftmailer
License MIT
Informations about the package swiftmailer-manipulator-bundle
Swiftmailer Manipulator for Symfony
Sometimes you have staging systems, where you can't install MailHog and
using delivery_address
or disable_delivery
on the SwiftmailerBundle is
not enough. For example your customer wants the mail to be really delivered.
But maybe the crafted mail goes to a partner, retailer, user, whatever and now they are worried why they got them (for example notification systems).
This bundle can help you! It provides a plugin into Swiftmailer, which allows you to modify the subject or body or the from address of every message before delivery.
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
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:
For more informations, see the configuration page.
Full configuration options
Contributing
The contributing guidelines contains all the information about contributing to the bundle.
Bug tracking
We use GitHub issues and waffle.io board to track issues. If you have found bug, please create an issue.
MIT License
License can be found here.
Code of Conduct
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code.
All versions of swiftmailer-manipulator-bundle with dependencies
symfony/framework-bundle Version ^2.7 || ^3.0
symfony/swiftmailer-bundle Version ^2.3