This commit is contained in:
parent
d72f7d7b10
commit
e0439dc667
|
@ -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 {message['To']} 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}>'
|
||||
|
|
Loading…
Reference in a new issue