Symfony 7: Emails are sent during tests but not in dev environment
I’m working on a Symfony 7 application using symfony/mailer to send emails. Everything works correctly during tests—for example, when running tests for the password reset functionality, emails are sent and received as expected. However, in the dev environment, emails are not being sent when performing the same action manually through the application.