Merge pull request #5880 from Prathm-s/Prathms/#1611

return failure added to _sent_failed
This commit is contained in:
Andrey Rakhmatullin 2023-04-11 17:38:06 +04:00 committed by GitHub
commit 283e1eb302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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