Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-04-2018, 09:10 AM   #1
akmeltem
Junior Member
akmeltem began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Sep 2016
Device: kindle p3
Auto send email problem

Hi,

I installed calibre 0.85 for raspberry pi first generation. I download my recipes from my pc, and it works. But, even though same recipe, which downloaded from my pc is nearly 5 mb, other file that downloaded from raspberry pi over 50mb. I can not detect the problem.

The other problem,actually the main problem is that it can not auto send e-mail after download the mobi file which is under 2mb.
I checked auto send checkbox, mail test, convert option etc. But i cannot detect the problem. The log is below.


Could you help please

Thanks.

Code:
Starting job: Email Doğan Kuban CBT makaleleri to a*****@kindle.com 
connect: (u'smtp.live.com', 587) 
connect: (587, u'smtp.live.com') 
reply: '220 CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000\r\n' 
reply: retcode (220); Msg: CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000 
connect: CWXP265CA0067.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:17:04 +0000 
send: 'ehlo [127.0.1.1]\r\n' 
reply: '250-CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]\r\n' 
reply: '250-SIZE 157286400\r\n' 
reply: '250-PIPELINING\r\n' 
reply: '250-DSN\r\n' 
reply: '250-ENHANCEDSTATUSCODES\r\n' 
reply: '250-STARTTLS\r\n' 
reply: '250-8BITMIME\r\n' 
reply: '250-BINARYMIME\r\n' 
reply: '250-CHUNKING\r\n' 
reply: '250 SMTPUTF8\r\n' 
reply: retcode (250); Msg: CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
STARTTLS
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8 
send: 'STARTTLS\r\n' 
reply: '220 2.0.0 SMTP server ready\r\n' 
reply: retcode (220); Msg: 2.0.0 SMTP server ready 
send: 'ehlo [127.0.1.1]\r\n' 
reply: '250-CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]\r\n' 
reply: '250-SIZE 157286400\r\n' 
reply: '250-PIPELINING\r\n' 
reply: '250-DSN\r\n' 
reply: '250-ENHANCEDSTATUSCODES\r\n' 
reply: '250-AUTH LOGIN XOAUTH2\r\n' 
reply: '250-8BITMIME\r\n' 
reply: '250-BINARYMIME\r\n' 
reply: '250-CHUNKING\r\n' 
reply: '250 SMTPUTF8\r\n' 
reply: retcode (250); Msg: CWXP265CA0067.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
AUTH LOGIN XOAUTH2
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8 
send: AUTH <censored> 
reply: '334 UGFzc3dvcmQ6\r\n' 
reply: retcode (334); Msg: UGFzc3dvcmQ6 
send: 'YWxpa2VtYWw5MA==\r\n' 
reply: '235 2.7.0 Authentication successful\r\n' 
reply: retcode (235); Msg: 2.7.0 Authentication successful 
send: u'mail FROM:<m*****@hotmail.com> size=405614\r\n' 
reply: '250 2.1.0 Sender OK\r\n' 
reply: retcode (250); Msg: 2.1.0 Sender OK 
send: u'rcpt TO:<al\u1*******em@kindle.com>\r\n' 
reply: '501 5.1.8 UTF-8 addresses not supported\r\n' 
reply: retcode (501); Msg: 5.1.8 UTF-8 addresses not supported 
send: 'rset\r\n' 
reply: '250 2.0.0 Resetting\r\n' 
reply: retcode (250); Msg: 2.0.0 Resetting 
send: 'quit\r\n' 
reply: '221 2.0.0 Service closing transmission channel\r\n' 
reply: retcode (221); Msg: 2.0.0 Service closing transmission channel 

Sending failed...
 
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
    self.func(*self.args)
  File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
    debug_output=log.debug)
  File "/usr/lib/calibre/calibre/utils/smtp.py", line 115, in sendmail
    s.sendmail(from_, to, msg)
  File "/usr/lib/calibre/calibre/utils/smtplib.py", line 730, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u'al\u1*******m@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
 

Retrying in 301 seconds...
 
connect: (u'smtp.live.com', 587) 
connect: (587, u'smtp.live.com') 
reply: '220 LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000\r\n' 
reply: retcode (220); Msg: LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000 
connect: LNXP265CA0033.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 29 Jan 2018 21:22:07 +0000 
send: 'ehlo [127.0.1.1]\r\n' 
reply: '250-LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]\r\n' 
reply: '250-SIZE 157286400\r\n' 
reply: '250-PIPELINING\r\n' 
reply: '250-DSN\r\n' 
reply: '250-ENHANCEDSTATUSCODES\r\n' 
reply: '250-STARTTLS\r\n' 
reply: '250-8BITMIME\r\n' 
reply: '250-BINARYMIME\r\n' 
reply: '250-CHUNKING\r\n' 
reply: '250 SMTPUTF8\r\n' 
reply: retcode (250); Msg: LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
STARTTLS
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8 
send: 'STARTTLS\r\n' 
reply: '220 2.0.0 SMTP server ready\r\n' 
reply: retcode (220); Msg: 2.0.0 SMTP server ready 
send: 'ehlo [127.0.1.1]\r\n' 
reply: '250-LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]\r\n' 
reply: '250-SIZE 157286400\r\n' 
reply: '250-PIPELINING\r\n' 
reply: '250-DSN\r\n' 
reply: '250-ENHANCEDSTATUSCODES\r\n' 
reply: '250-AUTH LOGIN XOAUTH2\r\n' 
reply: '250-8BITMIME\r\n' 
reply: '250-BINARYMIME\r\n' 
reply: '250-CHUNKING\r\n' 
reply: '250 SMTPUTF8\r\n' 
reply: retcode (250); Msg: LNXP265CA0033.outlook.office365.com Hello [176.88.49.62]
SIZE 157286400
PIPELINING
DSN
ENHANCEDSTATUSCODES
AUTH LOGIN XOAUTH2
8BITMIME
BINARYMIME
CHUNKING
SMTPUTF8 
send: AUTH <censored> 
reply: '334 UGFzc3dvcmQ6\r\n' 
reply: retcode (334); Msg: UGFzc3dvcmQ6 
send: 'YWxpa2VtYWw5MA==\r\n' 
reply: '235 2.7.0 Authentication successful\r\n' 
reply: retcode (235); Msg: 2.7.0 Authentication successful 
send: u'mail FROM:<m******@hotmail.com> size=405614\r\n' 
reply: '250 2.1.0 Sender OK\r\n' 
reply: retcode (250); Msg: 2.1.0 Sender OK 
send: u'rcpt TO:<al\u1e****em@kindle.com>\r\n' 
reply: '501 5.1.8 UTF-8 addresses not supported\r\n' 
reply: retcode (501); Msg: 5.1.8 UTF-8 addresses not supported 
send: 'rset\r\n' 
reply: '250 2.0.0 Resetting\r\n' 
reply: retcode (250); Msg: 2.0.0 Resetting 
send: 'quit\r\n' 
reply: '221 2.0.0 Service closing transmission channel\r\n' 
reply: retcode (221); Msg: 2.0.0 Service closing transmission channel 

Sending failed...
 
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/email.py", line 37, in run
    self.func(*self.args)
  File "/usr/lib/calibre/calibre/gui2/email.py", line 112, in sendmail
    debug_output=log.debug)
  File "/usr/lib/calibre/calibre/utils/smtp.py", line 115, in sendmail
    s.sendmail(from_, to, msg)
  File "/usr/lib/calibre/calibre/utils/smtplib.py", line 730, in sendmail
    raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u'al\u1******m@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
 
Job: "Email *****leleri to a****em@kindle.com" failed with error: 
Traceback (most recent call last):
  File "/usr/lib/calibre/calibre/gui2/threaded_jobs.py", line 83, in start_work
    self.result = self.func(*self.args, **self.kwargs)
  File "/usr/lib/calibre/calibre/gui2/email.py", line 92, in __call__
    raise worker.exception
SMTPRecipientsRefused: {u'al\u****em@kindle.com': (501, '5.1.8 UTF-8 addresses not supported')}
 
Called with args: (u'/tmp/calibre_0.8.51_tmp_dTqFPu/EGkCgAcaltmpfmt.mobi', u'Dog****T makaleleri - Dogan Kuban.mobi', u'al\******em@kindle.com', u'E-book: Do\u011fan Kuban CBT makaleleri', u'Attached, you will find the e-book\n\nDo\u011fan Kuban CBT makaleleri\n\tby Do\u011fan Kuban\n\nin the MOBI format.') {u'notifications': <Queue.Queue instance at 0x6313d78>, u'abort': <threading._Event object at 0x6317e10>, u'log': <calibre.utils.logging.GUILog object at 0x6317410>}
akmeltem is offline   Reply With Quote
Old 02-04-2018, 01:56 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I think You need to use plain ASCII for user info

Code:
Msg: 5.1.8 UTF-8 addresses not supported
theducks is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto email to Kindle Calibrate Calibre 8 04-04-2013 09:35 AM
Troubleshooting Auto send does not work cdnchef76 Amazon Kindle 1 09-25-2012 09:36 AM
Auto Send Problem jjod Devices 0 10-04-2011 08:26 AM
Email auto transfer problem JimKelly Calibre 24 01-24-2011 09:25 PM
Question about auto email for News Sischa Calibre 4 03-11-2010 11:14 AM


All times are GMT -4. The time now is 11:11 PM.


MobileRead.com is a privately owned, operated and funded community.