79248640

Date: 2024-12-03 17:37:17
Score: 2
Natty:
Report link

It seems like a relatively new issue: https://github.com/laravel/framework/issues/53721

Which should be fixed in the next release.

In the meantime, you should manually upgrade the symfony/mailer package.

composer require "symfony/mailer:~7.1.0"

If the issue persists try changing the MAIL_ENCRYPTION to

MAIL_ENCRYPTION=tls

As discussed in the issue: https://github.com/laravel/framework/issues/53721#issuecomment-2513369358

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Niels Blonk