I sent emails using gmail and everything worked fine, but apparently it stopped working. And it shows me that.
ErrorException in StreamBuffer.php line 94: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in StreamBuffer.php line 94 at HandleExceptions->handleError('2', 'stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed', 'C:\xampp\htdocs\coparmex\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport\StreamBuffer.php', '94', array()) at stream_socket_enable_crypto(resource, true, '9') in StreamBuffer.php line 94 at Swift_Transport_StreamBuffer->startTLS() in EsmtpTransport.php line 313 at Swift_Transport_EsmtpTransport->_doHeloCommand() in AbstractSmtpTransport.php line 118 at Swift_Transport_AbstractSmtpTransport->start() in Mailer.php line 79 at Swift_Mailer->send(object(Swift_Message), array()) in Mailer.php line 385 at Mailer->sendSwiftMessage(object(Swift_Message)) in Mailer.php line 171
And this only happens in my local host, the web host works fine. I do not understand what is happening: c
These are my gmail settings
MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=gmail MAIL_PASSWORD=password MAIL_ENCRYPTION=tls
source share