- which versions are you using - SonarQube Server / Community Build 2015.1
- how is SonarQube deployed: zip
- what are you trying to achieve - setting up mail notifications
Previously in 9.9 LTS, it was possible to configure the SMTP settings by not having to put username and password.
Now in 2025.1, it is no longer possible. The Username and Password fields in “Basic authentication” mode are set as required fields.
This is very problematic, because Basic Authentication SHOULD also accept NO username and password provided - anonymous authentication.
I had previously set no username and password - now i cant change ANY other setting via the UI, since it also requires to fill those 2 fields.
The only way to change those values is by modifying the DB table internal_properties
for the key email.smtp_host.secured
.
Additionally, the sonar.properties
settings for email.smtp
are no longer working and are ignored.