Cant send Mails via Nextcloud (Basic Settings)

Thanks, after a long search i finally solved it thanks to your post. Putting this into my config.php did the trick:

‘mail_smtpstreamoptions’ =>
array (
‘ssl’ =>
array (
‘allow_self_signed’ => true,
‘verify_peer’ => false,
‘verify_peer_name’ => false,
),
),

2 Likes