email error with NY Times
Hi, Every few weeks I have an issue with the NY Times email to my kindle docs via gmx. Might there be a work around for this problem. I have included the end of the log here. Many thanks for any assistance. Anyone else have this problem.
Greg
Retrying in 301 seconds...
Waiting 301 seconds before sending, to avoid being marked as spam.
You can control this delay via Preferences->Tweaks
connect: (u'mail.gmx.com', 587)
connect: (u'mail.gmx.com', 587)
reply: '220 gmx.com (mrgmx101) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: gmx.com (mrgmx101) Nemesis ESMTP Service ready
connect: gmx.com (mrgmx101) Nemesis ESMTP Service ready
send: 'ehlo xxxmac1146.lan\r\n'
reply: '250-gmx.com Hello xxxmac1146.lan [71.90.103.101]\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250-SIZE 69920427\r\n'
reply: '250 STARTTLS\r\n'
reply: retcode (250); Msg: gmx.com Hello xxx1146.lan [71.90.103.101]
AUTH LOGIN PLAIN
SIZE 69920427
STARTTLS
send: 'STARTTLS\r\n'
reply: '220 OK\r\n'
reply: retcode (220); Msg: OK
send: 'ehlo xxxmac1146.lan\r\n'
reply: '250-gmx.com Hello xxxxmac1146.lan [71.90.103.101]\r\n'
reply: '250-AUTH LOGIN PLAIN\r\n'
reply: '250 SIZE 69920427\r\n'
reply: retcode (250); Msg: gmx.com Hello XXX [71.90.103.101]
AUTH LOGIN PLAIN
SIZE 69920427
send: AUTH
reply: '235 Authentication succeeded\r\n'
reply: retcode (235); Msg: Authentication succeeded
send: u'mail FROM: size=108758173\r\n'
reply: '552 Requested mail action aborted: exceeded storage allocation\r\n'
reply: retcode (552); Msg: Requested mail action aborted: exceeded storage allocation
send: 'rset\r\n'
reply: '250 OK\r\n'
reply: retcode (250); Msg: OK
send: 'quit\r\n'
reply: '221 gmx.com Service closing transmission channel\r\n'
reply: retcode (221); Msg: gmx.com Service closing transmission channel
Sending failed...
Traceback (most recent call last):
File "site-packages/calibre/gui2/email.py", line 44, in run
File "site-packages/calibre/gui2/email.py", line 134, in sendmail
File "site-packages/calibre/utils/smtp.py", line 157, in sendmail
File "site-packages/calibre/utils/smtplib.py", line 761, in sendmail
SMTPSenderRefused: (552, 'Requested mail action aborted: exceeded storage allocation', u'gsteinberger1@gmx.com')
Job: "Email New York Times to gXXXXX" failed with error:
Traceback (most recent call last):
File "site-packages/calibre/gui2/threaded_jobs.py", line 84, in start_work
File "site-packages/calibre/gui2/email.py", line 101, in __call__
SMTPSenderRefused: (552, 'Requested mail action aborted: exceeded storage allocation', u'XXXX@gmx.com')
Called with args: (u'/var/folders/p2/7wgv5fyd70xc78lgbfvttcm80000gn/C/calibre_3.7.0_tmp_51WnKh/3RQULzcaltmpfmt.mobi', u'New York Times.mobi', u'xxxxxx@kindle.com', u'News: New York Times', u'Attached is the New York Times periodical downloaded by calibre.') {u'abort': , u'log': , u'notifications': }
|