You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread BMIn:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 589, in check_bminbox
retval = send_email(bm_receiver, bm_sender, bm_subject, bm_body, bm_id, userdata = userdata)
File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 227, in send_email
for rcpt in e.recipients:
AttributeError: 'SMTPServerDisconnected' object has no attribute 'recipients'
The text was updated successfully, but these errors were encountered:
Exception in thread BMIn:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 589, in check_bminbox
retval = send_email(bm_receiver, bm_sender, bm_subject, bm_body, bm_id, userdata = userdata)
File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 227, in send_email
for rcpt in e.recipients:
AttributeError: 'SMTPServerDisconnected' object has no attribute 'recipients'
The text was updated successfully, but these errors were encountered: