Skip to content

Commit

Permalink
同步更新BK发送邮件接口send_mail返回的data报文变化 #35
Browse files Browse the repository at this point in the history
  • Loading branch information
irwinsun committed Mar 7, 2023
1 parent 757f7bd commit d6b8bf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ fix: 某些网络情况下会导致发送卡住 #30
feat: 增加发送邮件域名白名单sendmail_whitelist #32

- 增加sendmail_whitelist 私有配置,用于配置允许发送的域名白名单,多个用;号分隔,输入*表示全开放, 每个邮箱域名格式为 @xxx.yyy,例如@gmail.com

### v1.2.2
- 同步更新BK发送邮件接口send_mail返回的data报文变化 #35
- 增加可自动上架功能 #39
Binary file modified images/sendEmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tencent.bk.devops.atom</groupId>
<artifactId>sendEmail</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>

<properties>
<kotlin.version>1.3.30</kotlin.version>
Expand Down

0 comments on commit d6b8bf1

Please sign in to comment.