[modify] change passwd of xgdfmf on the third party client

This commit is contained in:
gitea 2023-08-31 22:29:38 +08:00
parent ddbb77c59e
commit eca21bb3d0

View File

@ -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