Skip to content

Usefull symfony code. That applicable to any web-project. Project created to reuse code between different symfony projects. Feature added than required.

License

Notifications You must be signed in to change notification settings

multifinger/utilities-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilities-bundle

Usefull symfony code. That applicable to any web-project. Project created to reuse code between different symfony projects. Feature added than required.

Mail cluster

To enable mail cluster add service with ClusterMailer:

app.mailer:
    class:                      Multifinger\UtilitiesBundle\Service\ClusterMailer
    arguments:                  ['@multifinger.app_settings', %multifinger_mail_nodes%]

optionally add whitelist:

app.mailer:
...
    calls:
        - [setWhitelist, [[email protected]]]

or blacklist:

app.mailer:
...
    calls:
        - [setBlacklist, [some@email, another@email]]

use this service as usual Swift_Mailer (currently only send method supported)

About

Usefull symfony code. That applicable to any web-project. Project created to reuse code between different symfony projects. Feature added than required.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages