Removed extra print statement

This commit is contained in:
Gary Deeble
2025-09-07 08:25:04 -04:00
parent 4b713ab66e
commit 6cf1eb6140

View File

@@ -49,7 +49,6 @@ class EmailSender:
if self.Encryption() == "STARTTLS":
self.smtp.starttls()
if self.AuthenticationRequired():
print("Login")
self.smtp.login(self.Username(), self.Password())
message = MIMEMultipart()
message['Subject'] = subject