Commit fb99cf44 authored by Franco Fichtner's avatar Franco Fichtner

system: crash report in smtp connect (cannot do anything about it)

parent 2dde9b7c
......@@ -603,7 +603,7 @@ class smtp_class
),);
stream_context_set_option($this->connection, $contextOptions );
if (!stream_socket_enable_crypto($this->connection,true,STREAM_CRYPTO_METHOD_TLS_CLIENT)) {
if (!@stream_socket_enable_crypto($this->connection,true,STREAM_CRYPTO_METHOD_TLS_CLIENT)) {
return false;
} else {
// Resend HELO since session has been reset
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment