I would like to set up my email address for password change requests on NextCloud. My email address is @yahoo.it, so I’ve set up the following:
Sending method SMTP
Encryption. none/STARTTLS
Sender address myaddress@yahoo.it
Server address smtp.mail.yahoo.com: 465
If I click on: Test and verify email settings I receive: AxiosError: Request failed with status code 400
I also tried setting 587, 993 and 995 as ports but I always get the same error.. could you help me?
This is what I see from my config file:
'default_phone_region' => 'IT',
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
'maintenance_window_start' => 1,
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'myaddress',
'mail_domain' => 'yahoo.it',
'mail_smtphost' => 'smtp.mail.yahoo.com',
'mail_smtpport' => '465',