bug fixing
This commit is contained in:
@@ -66,7 +66,7 @@ class EmailGenerator:
|
||||
# Generate plain text version
|
||||
text = self._generate_text_version(entries, date_str, subject)
|
||||
|
||||
logger.info(f"Generated email with {len(entries)} articles")
|
||||
logger.debug(f"Generated email with {len(entries)} articles")
|
||||
|
||||
return html_inlined, text
|
||||
|
||||
|
||||
@@ -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