Download the PHP package libre-informatique/email-bundle without Composer
On this page you can find all versions of the php package libre-informatique/email-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download libre-informatique/email-bundle
More information about libre-informatique/email-bundle
Files in libre-informatique/email-bundle
Package email-bundle
Short Description Email Bundle for Symfony
License LGPL-3.0
Homepage https://github.com/libre-informatique/SymfonyLibrinfoEmailBundle
Informations about the package email-bundle
SymfonyLibrinfoEmailBundle
About
The Libre Informatique EmailBundle leverages Swiftmailer and the Libre Informatique CoreBundle to provide seemless email and newsletter functionalities. Features include database spooling, configurable spool flush command, email openings and link clicks tracking along with stats display, inline attachments, templating, duplication, ...
Installation
Configuration
Dependencies
But please, refer to the source doc to get up-to-date : https://sonata-project.org/bundles/admin/2-3/doc/reference/installation.html
Just notice that the value is instead of as advised by the Sonata Project... By the way, it means that this access is universal, and not a specific "backend" interface. That's a specificity of a software package that intends to be focused on professional workflows.
Don't forget to publish assets as some features of the bundle such as file upload rely heavily on javascript.
Add the custom form field template to your config.yml:
Spooling
You have to configure two mailers as follows in order to use the database spooling feature (one for direct sned, the other for spool send)
To flush the queue execute the command :
Don't hesitate executing the command with --help as it has more options than the swiftmailer:spool:send
Tracking
If you want to use the tracking functionalities, you need to add an access control rule to your security.yml that will allow anonymous users to access routes with the prefix '/tracking' like so:
That's it !
All versions of email-bundle with dependencies
symfony/symfony Version >=3.2
blast-project/core-bundle Version self.version
blast-project/base-entities-bundle Version self.version
blast-project/outer-extension-bundle Version self.version
blast-project/utils-bundle Version self.version
libre-informatique/media-bundle Version self.version
stfalcon/tinymce-bundle Version >=2.1
html2text/html2text Version >=4.0
symfony/swiftmailer-bundle Version ^3.0
friendsofsymfony/jsrouting-bundle Version >=1.6