forked from openimsdk/open-im-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lin.huang
committed
Nov 15, 2023
1 parent
4cad51b
commit dbd03a6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ global: | |
smtp_from: '[email protected]' | ||
smtp_smarthost: 'smtp.163.com:465' | ||
smtp_auth_username: '[email protected]' | ||
smtp_auth_password: 'ZTASKEORBBNKWPRV' | ||
smtp_auth_password: 'YOURAUTHPASSWORD' | ||
smtp_require_tls: false | ||
smtp_hello: 'xxx监控告警' | ||
|
||
|
@@ -21,5 +21,5 @@ receivers: | |
email_configs: | ||
- to: '[email protected]' | ||
html: '{{ template "email.to.html" . }}' | ||
headers: { Subject: "[WARN]告警" } | ||
headers: { Subject: "[OPENIM-SERVER]告警" } | ||
send_resolved: true |