We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im constantly receiving this message during cache:warmup in env=prod:
cache:warmup
In SwiftmailerTransportFactory.php line 72: Not a built-in Swiftmailer transport: mailjet.
The text was updated successfully, but these errors were encountered:
This is cause Swiftmailer Symfony Budle no longer supports custom transports from v2.4.3.
I think only way is downgrade bundle or override https://github.com/symfony/swiftmailer-bundle/blob/master/DependencyInjection/SwiftmailerTransportFactory.php
Sorry, something went wrong.
No branches or pull requests
Im constantly receiving this message during
cache:warmup
in env=prod:In SwiftmailerTransportFactory.php line 72: Not a built-in Swiftmailer transport: mailjet.
The text was updated successfully, but these errors were encountered: