1. 程式人生 > 其它 >sonarqube 8.9版本配置發信郵箱

sonarqube 8.9版本配置發信郵箱

admin登陸sonarqube系統

安裝部署sonarqube
請參見我的安裝博文:

https://www.cnblogs.com/cndevops/p/14934434.html

配置郵箱

配置Email prefix

Prefix will be prepended to all outgoing email subjects.

配置email.prefix

From address
Emails will come from this address. For example - "[email protected]". Note that the mail server may ignore this setting.
標識: email.from

配置From name

Emails will come from this address name. For example - "SonarQube". Note that the mail server may ignore this setting.
標識: email.fromName

配置Secure connection

Type of secure connection. Leave empty to not use secure connection.
標識: email.smtp_secure_connection.secured

配置SMTP host

For example "smtp.gmail.com". Leave blank to disable email sending.
標識: email.smtp_host.secured

配置SMTP password

Password to use with authenticated SMTP.
標識: email.smtp_password.secured

配置SMTP port

Port number to connect with SMTP server.
標識: email.smtp_port.secured

配置SMTP username

Username to use with authenticated SMTP.
標識: email.smtp_username.secured

測試配置

驗證配置


到此配置成功,並結束