可以在Web UI中更改SonarQube的SMTP设置。
如何在sonar.properties
配置文件中设置这些SMTP设置?
答案 0 :(得分:1)
您还可以使用sonar.properties
来定义smtp设置。但不推荐这种方法,因此几乎没有记录。
但是,the sources中有一些文档。
一个例子:
email.smtp_host.secured=my.smtp.server
email.smtp_port.secured=9918
email.smtp_secure_connection.secured=true
email.smtp_username.secured=slartidan
email.smtp_password.secured=password123
email.from=slartidan@example.com
email.prefix=[SONARQUBE] Important: