liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

Fix mailer configuration extension #227

Closed ixarlie closed 4 years ago

ixarlie commented 4 years ago

The mailer configuration is not correctly loaded, in the extension, when it is enabled.

The exception is always raised even when swiftmailer/swiftmailer or symfony/mailer are installed.

The ExtensionInterface::load method can access the parameters only because Symfony pass a copy of the container which only has the parameters from the actual container.

Fixes https://github.com/liip/LiipMonitorBundle/pull/219#discussion_r366888239

ixarlie commented 4 years ago

@kbond I think it is completed, ready to be merged and released.

Cheers

kbond commented 4 years ago

Thanks @ixarlie! Released as 2.11.2

ixarlie commented 4 years ago

Awesome! Thank you very much!