tsi 2 năm trước cách đây
mục cha
commit
dc2120dca8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      send_email_restart.py

+ 1 - 1
send_email_restart.py

@@ -29,7 +29,7 @@ msgText = MIMEText('')
 msgAlternative.attach(msgText)
 
 
-# Send the email (this example assumes SMTP authentication is required)
+# Send asdthe email (this example assumes SMTP authentication is required)
 import smtplib, ssl
 context = ssl.create_default_context()
 with smtplib.SMTP('smtp.web.de', 587) as server: