From eca21bb3d0d1cbe373c3dfeef97f0aadb173db3f Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 31 Aug 2023 22:29:38 +0800 Subject: [PATCH] [modify] change passwd of xgdfmf on the third party client --- alert/sendmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alert/sendmail.py b/alert/sendmail.py index 1a9047e..6b64f48 100644 --- a/alert/sendmail.py +++ b/alert/sendmail.py @@ -9,7 +9,7 @@ import sys # Mail basic information mail_host = "smtp.163.com" from_mail = 'xgdfmf@163.com' -from_mail_password = 'SATTGHVFIJEGZMFP' +from_mail_password = 'PSIKFDYLMGBPSEPJ' receiver_to = ['mffan0922@163.com'] receiver_cc = [] to_mail = receiver_to + receiver_cc