1
My doubt boils down to the definition of MAIL_ENCRYPTION, in the archive .env we have MAIL_ENCRYPTION=null and inside the archive config\mail.php line 74 we have the stretch:
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
Whereas in the archive .env MAIL_ENCRYPTION was set to null, its final value will be tls?
I was in doubt because the attribution of null confused me.