tsi 2 years ago
parent
commit
dc2120dca8
1 changed files with 1 additions and 1 deletions
  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: