LibreBooking / app

Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP mail stopped working - 535 5.7.0 authentication failed - after upgrading to v.2.8.6.1

manoficons opened this issue · comments

After upgrading to v.2.8.6.1 and php v8.2 smtp stopped working.
I cannot figure out which component exactly causes the problem. Is it related to php v8.2 or has something changed in config.php?
Mail sending was working before with "tls" and port "587" without any issues.

Auth method requested: UNKNOWN Auth methods available on the server: LOGIN,PLAIN Auth method selected: LOGIN CLIENT -> SERVER: AUTH LOGIN
Should this look different?

And some later
SMTP -> get_lines(): $str is "535 5.7.0 authentication failed(User not found or invalid password) " SERVER -> CLIENT: 535 5.7.0 authentication failed(User not found or invalid password) SMTP ERROR: Password command failed: 535 5.7.0 authentication failed(User not found or invalid password) SMTP Error: Could not authenticate.

Hi @manoficons

Could you please share your:

  • $conf['settings']['phpmailer']['mailer'] settings in file config/config.php
  • mail provider recommended setting ?

Please DISCARD the username and password.