|
|
@@ -31,7 +31,7 @@ EMAIL_CONFIG = {
|
|
|
"smtp_server": "localhost",
|
|
|
"smtp_port": 25,
|
|
|
"sender_email": "cyb50-t1@erwin.wang",
|
|
|
- "receiver_emails": ["380880504@qq.com", "695047456@qq.com"]
|
|
|
+ "receiver_emails": ["380880504@qq.com"]
|
|
|
}
|
|
|
|
|
|
def send_email(subject, html_content, text_content=""):
|