Merge pull request #867 from gdeeble/v4.3-dev-no-auth-email

Removed extra logging for email login
pull/871/head
Donald Zou 2025-09-07 21:11:02 +08:00 committed by GitHub
commit f95c6beeba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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