AccordGroup / MandrillSwiftMailerBundle

A Symfony bundle that provides a Swiftmailer transport service for Mandrill
GNU General Public License v2.0
20 stars 15 forks source link

[enhancement] Add SwiftmailerBundle configuration bridge #23

Closed vincentchalamon closed 7 years ago

vincentchalamon commented 7 years ago

As this bundle is dependent of Swiftmailer, it should be interesting to bridge its configuration through swiftmailer (in a bundle use), like:

swiftmailer:
    # ...
    mandrill:
        transport: accord_mandrill
        api_key: %mandrill_api_key%
        async: %mandrill_async%
        subaccount: %mandrill_async%

(Also rename transport to mandrill) @Rattler3