Commit 12338107 authored by Franco Fichtner's avatar Franco Fichtner

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

(cherry picked from commit fb99cf44)
parent 7a68c15c
...@@ -603,7 +603,7 @@ class smtp_class ...@@ -603,7 +603,7 @@ class smtp_class
),); ),);
stream_context_set_option($this->connection, $contextOptions ); 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; return false;
} else { } else {
// Resend HELO since session has been reset // 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