Download the PHP package riconect/mailerbundle without Composer
On this page you can find all versions of the php package riconect/mailerbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download riconect/mailerbundle
More information about riconect/mailerbundle
Files in riconect/mailerbundle
Download riconect/mailerbundle
More information about riconect/mailerbundle
Files in riconect/mailerbundle
Vendor riconect
Package mailerbundle
Short Description Mailer helper for Swiftmailer - spooling to database.
License MIT
Package mailerbundle
Short Description Mailer helper for Swiftmailer - spooling to database.
License MIT
Please rate this library. Is it a good library?
Informations about the package mailerbundle
This bundle is a mail helper for Symfony framework.
At present, it only works with the Doctrine ODM (MongoDB).
Installation and configuration
1. Install via Composer
2. Add the bundle to your application's kernel
3. Configure SwiftMailer to use the bundle
That's it. Now your emails is saved to default database in messages
collection.
4. Add cron job.
Add this line to execute command every minute:
Don't forget to change options like --env=prod
in production server.
If you wish to keep sent emails in database, configure the bundle:
Default Configuration:
All versions of mailerbundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
symfony/swiftmailer-bundle Version ~2.1
doctrine/mongodb-odm-bundle Version ~3.0
symfony/swiftmailer-bundle Version ~2.1
doctrine/mongodb-odm-bundle Version ~3.0
The package riconect/mailerbundle contains the following files
Loading the files please wait ....