не может отправить электронное письмо, ошибка fwrite (): операция SSL не выполнена с кодом 1. OpenSSL Сообщения об ошибках: ошибка: 140D00CF: процедуры SSL: SSL_write: протокол отключен, код указан ниже
<?php
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'ssl://mail.test.org'; //change this
$config['smtp_port'] = '465';
$config['smtp_user'] = 'info@test.org'; //change this
$config['smtp_pass'] = 'testtesttest'; //change this
$config['mailtype'] = 'html';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;
$config['newline'] = "\r\n"; //use double quotes to comply with RFC 822 standard
?>