Hello,
I'm having problems sending emails in version 9.1.2.
The settings are:
SMTP, Security=None, Port=25, Auth=LOGIN
(The mail server is a local-server)
Error message:
######################
Message:
Email sending error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A000086:SSL routines::certificate verify failed
Code:
0
Exception Class:
Symfony\Component\Mailer\Exception\TransportExcept ion
File:
/var/www/html/espocrm/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php
Line:
171
#######################
Apparently STARTSSL is required - Why?
I'm having problems sending emails in version 9.1.2.
The settings are:
SMTP, Security=None, Port=25, Auth=LOGIN
(The mail server is a local-server)
Error message:
######################
Message:
Email sending error: Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A000086:SSL routines::certificate verify failed
Code:
0
Exception Class:
Symfony\Component\Mailer\Exception\TransportExcept ion
File:
/var/www/html/espocrm/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php
Line:
171
#######################
Apparently STARTSSL is required - Why?
Comment