|
|
@@ -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:
|