Nextcloud 30.0.5

hi,
I can’t adjust email settings, I’m getting an error when testing email. “A problem occurred while sending the email. Please revise your settings”. Do I have to use it? SSL

Please follow the troubleshooting steps in the email chapter of the Admin Manual.

After doing that, if still stuck, please fill out the support template otherwise it’s nearly impossible to provide assistance.

thanks

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

I solved it this way

1 Like