Connect/share feature
Anyone having problems with the connect/share email feature in Calibre 0.8.1? I've tried emailing books to several email accounts including my own but all efforts have failed with error message below. Book title and account addresses have been removed.
calibre, version 0.8.1
ERROR: Failed to email book: <b>Failed</b>
Sending failed...
Traceback (most recent call last):
File "site-packages/calibre/gui2/email.py", line 50, in __call__
File "site-packages/calibre/gui2/email.py", line 80, in sendmail
File "site-packages/calibre/utils/smtp.py", line 91, in sendmail
File "site-packages/calibre/utils/smtp.py", line 83, in sendmail_direct
IOError: Failed to send mail: SMTPServerDisconnected('Connection unexpectedly closed',)
Retrying in 1 seconds...
File "site-packages/calibre/gui2/threaded_jobs.py", line 83, in start_work
File "site-packages/calibre/gui2/email.py", line 50, in __call__
File "site-packages/calibre/gui2/email.py", line 80, in sendmail
File "site-packages/calibre/utils/smtp.py", line 91, in sendmail
File "site-packages/calibre/utils/smtp.py", line 83, in sendmail_direct
IOError: Failed to send mail: SMTPServerDisconnected('Connection unexpectedly closed',)
Called with args: (u'/var/folders/7L/7L0h9vqNHPusGiWxCJGHwU+++TI/-Tmp-/calibre_0.8.1_tmp_sGkwZ5/calibre_0.8.1_MAroi9.mobi', u'XXXXX.mobi', u'my-email', u'E-book: XXXX', u'Attached, you will find the e-book\n\nXXXXX\n\tby XXXXX\n\nin the MOBI format.') {u'notifications': <Queue.Queue instance at 0x1218278c0>, u'abort': <threading._Event object at 0x121aff610>, u'log': <calibre.utils.logging.GUILog object at 0x121aff490>}
|