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
When I send messages from longrunning worker then trap does not display received SMTP messages. It will be dump only on QUIT received.
When SmtpTransport send QUIT to trap it hangs for long time. https://github.com/symfony/mailer/blob/84a37c1baf003597e6ad765e45bdd8602bee871d/Transport/Smtp/SmtpTransport.php#L320
Seem we need to add processing of this command.
trap/src/Traffic/Dispatcher/Smtp.php
Line 36 in f306fd0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When I send messages from longrunning worker then trap does not display received SMTP messages. It will be dump only on QUIT received.
When SmtpTransport send QUIT to trap it hangs for long time.
https://github.com/symfony/mailer/blob/84a37c1baf003597e6ad765e45bdd8602bee871d/Transport/Smtp/SmtpTransport.php#L320
Seem we need to add processing of this command.
trap/src/Traffic/Dispatcher/Smtp.php
Line 36 in f306fd0
The text was updated successfully, but these errors were encountered: