> On 25 Sep 2022, at 11:30, Aleksander Machniak <a...@alec.pl> wrote:
> 
> 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';
> 
> 

Thank-you Aleksander. This worked. 
_______________________________________________
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to