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.

image

配置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

image

配置From name

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

image

配置Secure connection

Type of secure connection. Leave empty to not use secure connection.
标识: email.smtp_secure_connection.secured

image

配置SMTP host

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

image

配置SMTP password

Password to use with authenticated SMTP.
标识: email.smtp_password.secured

image

配置SMTP port

Port number to connect with SMTP server.
标识: email.smtp_port.secured

image

配置SMTP username

Username to use with authenticated SMTP.
标识: email.smtp_username.secured

image

测试配置

image

验证配置

image


到此配置成功,并结束

===============================================================================================
转载请附上本文链接:https://www.cnblogs.com/cndevops/p/14977425.html
===============================================================================================

相关文章

1、CSRF(跨站请求伪造)概述 在讲解Jenkins的跨站请求伪造(...
1、基础环境配置 1.1 服务器下载Jenkins安装包 下载地址:ht...
1、更新插件替换为国内镜像插件源 替换原因:进入 Manage&am...
前言我们于2022年5月宣布推出 AmazonDevOpsGuruforServerle...
GIT、GITLAB、GITHUB、GITLIBGit是一款免费、开源的分布式版...
初识JFrog Artifactory背景在软件项目开发中,一个项目常常依...