Skip to content
New issue

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

SMTP. Support for NOOP #152

Closed
gam6itko opened this issue Jan 17, 2025 · 0 comments · Fixed by #153
Closed

SMTP. Support for NOOP #152

gam6itko opened this issue Jan 17, 2025 · 0 comments · Fixed by #153

Comments

@gam6itko
Copy link
Contributor

gam6itko commented Jan 17, 2025

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.

while (!$stream->isFinished()) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant