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
We tried as per documentation and symfony is exploding when trying to send email. It says that the "mailgun" transport is not a default transport.
To make it work we had to add the following service definition:
services: # Hijack the transport because of mailgun swiftmailer.mailer.default.transport: alias: mailgun.swift_transport.transport
Is that expected or something is missing from the documentation?
The text was updated successfully, but these errors were encountered:
This worked for me. Thanks for the tip
Sorry, something went wrong.
No branches or pull requests
We tried as per documentation and symfony is exploding when trying to send email. It says that the "mailgun" transport is not a default transport.
To make it work we had to add the following service definition:
Is that expected or something is missing from the documentation?
The text was updated successfully, but these errors were encountered: