Computer_Network/Labs/Lab2/email_config.json

9 lines
278 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sender": "jingfan.ke@qq.com",
"receiver": "jingfan.ke@qq.com",
"subject": "SMTP 邮件测试",
"body": "这是一封测试邮件发送自Python程序。",
"smtp_server": "smtp.qq.com",
"imap_url": "imap.qq.com",
"password": "dbeucjitqdczebad"
}