bug fixing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user