dev-master
9999999-dev https://github.com/multifinger/utilities-bundle
MIT
The Requires
The Development Requires
helpers symfony utilities
Usefull symfony code. That applicable to any web-project. Project created to reuse code between different symfony projects. Feature added than required., (*1)
To enable mail cluster add service with ClusterMailer:, (*2)
app.mailer: class: Multifinger\UtilitiesBundle\Service\ClusterMailer arguments: ['@multifinger.app_settings', %multifinger_mail_nodes%]
optionally add whitelist:, (*3)
app.mailer: ... calls: - [setWhitelist, [email@for.test]]
or blacklist:, (*4)
app.mailer: ... calls: - [setBlacklist, [some@email, another@email]]
use this service as usual Swift_Mailer (currently only send method supported), (*5)
MIT
helpers symfony utilities