Update send_email.py

This commit is contained in:
wulei01 2022-03-25 17:40:47 +08:00 committed by GitHub
parent 01966485d1
commit 2c1bf84540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Sendemail:
if __name__ == "__main__":
title = "内核自动化测试报告"
mail_txt = "<p>点链接查看详细测试结果</p>http://10.20.33.147:43005/index.html#behaviors</p>"
mail_txt = "<p>点链接查看详细测试结果</p>http://xxx.xxx.xxx.xxx:43005/index.html#behaviors</p>"
# mail_txt = "111111"
sdm = Sendemail()
sdm.send_email(title, mail_txt)