Allgemein
Nextcloud Gmail
Cannot send email using Gmail account in Nextcloud 20: Change in file: /var/www/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php line number 272 from $this->stream = @stream_socket_client($host.‘:‘.$this->params[‚port‘], $errno, $errstr, $timeout, STREAM_CLIENT_CONNECT, $streamContext); to $this->stream = @stream_socket_client($host.‘:‘.$this->params[‚port‘], $errno, $errstr, $timeout, STREAM_CLIENT_CONNECT, stream_context_create(array(’ssl’=>[‚verify_peer’=>false, ‚verify_peer_name’=>false, ‚allow_self_signed’=>true])));