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 586, in check
_bminbox
retval = send_email(bm_receiver, bm_sender, bm_subject, bm_body, bm_id, user
data = userdata)
File "/opt/bitmessage-email-gateway/bitmessage-gateway.py", line 223, in send_
email
server.quit()
File "/usr/lib/python2.7/smtplib.py", line 768, in quit
res = self.docmd("quit")
File "/usr/lib/python2.7/smtplib.py", line 393, in docmd
self.putcmd(cmd, args)
File "/usr/lib/python2.7/smtplib.py", line 341, in putcmd
self.send(str)
File "/usr/lib/python2.7/smtplib.py", line 333, in send
raise SMTPServerDisconnected('please run connect() first')
SMTPServerDisconnected: please run connect() first
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: