In this tutorial I’m going to solve stream_socket_enable_crypto error please follow some easy steps 👇👇
Go to App\config\mail.php
lets open mail.php file and paste below code.
'stream' => [
'ssl' => [
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
],
],
And now your activation mail has been sent successfully.
Thanks …🙏🙏