You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2022. It is now read-only.
Using swiftmailer-bundle v3.0.4 and symfony 3.3, I'm getting the following deprecation notices:
Checking for the existence of the "mailer" private service is deprecated since Symfony 3.2 and won't be supported anymore in Symfony 4.0
Requesting the "swiftmailer.mailer.default.transport.real" private service is deprecated since Symfony 3.2 and won't be supported anymore in Symfony 4.0
Checking for the existence of the "swiftmailer.mailer.default.plugin.messagelogger" private service is deprecated since Symfony 3.2 and won't be supported anymore in Symfony 4.0
Requesting the "swiftmailer.mailer.default.plugin.messagelogger" private service is deprecated since Symfony 3.2 and won't be supported anymore in Symfony 4.0
The text was updated successfully, but these errors were encountered:
Looks like you are using the dev version of the symfony/dependency-injection component, as mailerbecoming private looks related to changes belonging to Symfony 3.4, not to 3.3
Well, then these messages are expected. We need to make a few changes in SwiftmailerBundle to account for changes merged in symfony/dependency-injection yesterday, and they have not been done yet.
Using swiftmailer-bundle v3.0.4 and symfony 3.3, I'm getting the following deprecation notices:
The text was updated successfully, but these errors were encountered: