mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5880 from Prathm-s/Prathms/#1611
return failure added to _sent_failed
This commit is contained in:
commit
283e1eb302
|
|
@ -164,6 +164,7 @@ class MailSender:
|
|||
"mailerr": errstr,
|
||||
},
|
||||
)
|
||||
return failure
|
||||
|
||||
def _sendmail(self, to_addrs, msg):
|
||||
from twisted.internet import reactor
|
||||
|
|
|
|||
Loading…
Reference in New Issue