bug fixing

This commit is contained in:
2026-01-26 13:24:40 +01:00
parent 29a7f12abe
commit 37eb03583c
11 changed files with 493 additions and 48 deletions

View File

@@ -63,7 +63,7 @@ class EmailSender:
# Send email
server.send_message(msg)
logger.info(f"Email sent successfully to {self.config.to}")
logger.debug(f"Email sent successfully to {self.config.to}")
return True
finally: