On 25.09.2022 10:24, Sophie Loewenthal wrote:
# grep smtp config.inc.php
$config['smtp_log'] = false;
// requires 'smtp_timeout' to be non zero.
// $config['smtp_conn_options'] = [
$config['smtp_conn_options'] = array (
$config['smtp_port'] = 587;

smtp_port is not used anymore. You need:

$config['smtp_host'] = 'tls://localhost:587';

--
Aleksander Machniak
Kolab Groupware Developer        [https://kolab.org]
Roundcube Webmail Developer  [https://roundcube.net]
----------------------------------------------------
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to