return added to _sent_failed

This commit is contained in:
Prathm-s 2023-03-30 16:57:56 +05:30
parent 8045d7eaa5
commit b83fa60a0a
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ class MailSender:
"mailerr": errstr,
},
)
return failure
def _sendmail(self, to_addrs, msg):
from twisted.internet import reactor