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
Description
Our system sends e-mails asynchronously using the Messenger component. Two messenger consumers are running in the background with Supervisor. We use Doctrine for our message transport and AWS SES over SMTP for e-mails. On our production system we are seeing the following error occur. This issue was already described here: #36301. A PR was merged, but we are still seeing this problem.
Symfony\Component\Mailer\Exception\TransportException
Expected response code "250" but got code "451", with message "451 4.4.2 Timeout waiting for data from client.".
After the messages fail for the first time, they will get retried. Eventually after one or two retries they do get send successfully.