parent
836c7af1f0
commit
d00905b494
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ class EmailHandler(GenericHandler):
|
|||
password = self.config.get(f'{self.config.appname}.mail.smtp.password')
|
||||
|
||||
# make sure sending is enabled
|
||||
log.debug("sending email from %s: to %s", sender, recips)
|
||||
log.debug("sending email from %s; to %s", sender, recips)
|
||||
if not self.sending_is_enabled():
|
||||
log.debug("nevermind, config says no emails")
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue