diff --git a/hedgedoc-expire.py b/hedgedoc-expire.py index 4ed4e6a..b85fa26 100644 --- a/hedgedoc-expire.py +++ b/hedgedoc-expire.py @@ -69,7 +69,7 @@ class EmailSender: except Exception as e: print(f'Unable to send mail through {self}: {e}') raise e - print(f'Report email to {self.mail_from} sent successfully.') + print(f'Report email to {message['To']} sent successfully.') def __str__(self): return f'EmailSender<{self.hostname},{self.port},{self.username},{self.mail_from}>'