Closed
Description
Symfony version(s) affected
v6.4.4
Description
Sending emails no longer works without any adjustments. I retrieve the error Unable to send an email: to parameter is missing (code 400). Other having this problem?
How to reproduce
Sending e-mails via Laravel:
Mail::to('test@example.com') ->send(new OrderCreated($order));
Possible Solution
No response
Additional Context
No response