mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
system: crash report in smtp connect (cannot do anything about it)
This commit is contained in:
parent
2dde9b7c31
commit
fb99cf44f1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user