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)