Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 07-05-2021, 04:21 AM   #1
razermaul
Junior Member
razermaul began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2021
Device: Kindle Voyage, Kobo Aura
Fail to Send to Kindle Voyage

Hi there, would anyone be able to help me to decipher the below error message? Can't seem to be able to send my ebook to my Voyage.

Spoiler:
calibre, version 5.22.1 (win32, embedded-python: True)
Failed to email book: Failed: Email The Innovator's Dilemma to benlmnsng_6elvmx@kindle.com

Starting job: Email The Innovator's Dilemma to benlmnsng_6elvmx@kindle.com
connect: ('mail.gmx.com', 587)
connect: to ('mail.gmx.com', 587) None
reply: b'220 gmx.net (mrgmx104) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: b'gmx.net (mrgmx104) Nemesis ESMTP Service ready'
connect: b'gmx.net (mrgmx104) Nemesis ESMTP Service ready'
send: 'ehlo [192.168.0.177]\r\n'
reply: b'250-gmx.net Hello [192.168.0.177] [116.88.169.76]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-SIZE 69920427\r\n'
reply: b'250 STARTTLS\r\n'
reply: retcode (250); Msg: b'gmx.net Hello [192.168.0.177] [116.88.169.76]\n8BITMIME\nSIZE 69920427\nSTARTTLS'
send: 'STARTTLS\r\n'
reply: b'220 OK\r\n'
reply: retcode (220); Msg: b'OK'
send: 'ehlo [192.168.0.177]\r\n'
reply: b'250-gmx.net Hello [192.168.0.177] [116.88.169.76]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN\r\n'
reply: b'250 SIZE 69920427\r\n'
reply: retcode (250); Msg: b'gmx.net Hello [192.168.0.177] [116.88.169.76]\n8BITMIME\nAUTH LOGIN PLAIN\nSIZE 69920427'
send: AUTH <censored>
reply: b'235 Authentication succeeded\r\n'
reply: retcode (235); Msg: b'Authentication succeeded'
send: 'mail FROM:<benlmnsng> size=2036248\r\n'
reply: b'501 Syntax error in parameters or arguments\r\n'
reply: retcode (501); Msg: b'Syntax error in parameters or arguments'
send: 'rset\r\n'
reply: b'250 OK\r\n'
reply: retcode (250); Msg: b'OK'
send: 'quit\r\n'
reply: b'221 gmx.net Service closing transmission channel\r\n'
reply: retcode (221); Msg: b'gmx.net Service closing transmission channel'

Sending failed...

Traceback (most recent call last):
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 195, in sendmail
File "smtplib.py", line 970, in send_message
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (501, b'Syntax error in parameters or arguments', 'benlmnsng')


Retrying in 301 seconds...

Waiting 301 seconds before sending, to avoid being marked as spam.
You can control this delay via Preferences->Tweaks
connect: ('mail.gmx.com', 587)
connect: to ('mail.gmx.com', 587) None
reply: b'220 gmx.net (mrgmx105) Nemesis ESMTP Service ready\r\n'
reply: retcode (220); Msg: b'gmx.net (mrgmx105) Nemesis ESMTP Service ready'
connect: b'gmx.net (mrgmx105) Nemesis ESMTP Service ready'
send: 'ehlo [192.168.0.177]\r\n'
reply: b'250-gmx.net Hello [192.168.0.177] [116.88.169.76]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-SIZE 69920427\r\n'
reply: b'250 STARTTLS\r\n'
reply: retcode (250); Msg: b'gmx.net Hello [192.168.0.177] [116.88.169.76]\n8BITMIME\nSIZE 69920427\nSTARTTLS'
send: 'STARTTLS\r\n'
reply: b'220 OK\r\n'
reply: retcode (220); Msg: b'OK'
send: 'ehlo [192.168.0.177]\r\n'
reply: b'250-gmx.net Hello [192.168.0.177] [116.88.169.76]\r\n'
reply: b'250-8BITMIME\r\n'
reply: b'250-AUTH LOGIN PLAIN\r\n'
reply: b'250 SIZE 69920427\r\n'
reply: retcode (250); Msg: b'gmx.net Hello [192.168.0.177] [116.88.169.76]\n8BITMIME\nAUTH LOGIN PLAIN\nSIZE 69920427'
send: AUTH <censored>
reply: b'235 Authentication succeeded\r\n'
reply: retcode (235); Msg: b'Authentication succeeded'
send: 'mail FROM:<benlmnsng> size=2036248\r\n'
reply: b'501 Syntax error in parameters or arguments\r\n'
reply: retcode (501); Msg: b'Syntax error in parameters or arguments'
send: 'rset\r\n'
reply: b'250 OK\r\n'
reply: retcode (250); Msg: b'OK'
send: 'quit\r\n'
reply: b'221 gmx.net Service closing transmission channel\r\n'
reply: retcode (221); Msg: b'gmx.net Service closing transmission channel'

Sending failed...

Traceback (most recent call last):
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 195, in sendmail
File "smtplib.py", line 970, in send_message
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (501, b'Syntax error in parameters or arguments', 'benlmnsng')

Job: "Email The Innovator's Dilemma to benlmnsng_6elvmx@kindle.com" failed with error:
Traceback (most recent call last):
File "calibre\gui2\threaded_jobs.py", line 83, in start_work
File "calibre\gui2\email.py", line 102, in __call__
File "calibre\gui2\email.py", line 45, in run
File "calibre\gui2\email.py", line 129, in sendmail
File "calibre\utils\smtp.py", line 195, in sendmail
File "smtplib.py", line 970, in send_message
File "smtplib.py", line 871, in sendmail
smtplib.SMTPSenderRefused: (501, b'Syntax error in parameters or arguments', 'benlmnsng')

Called with args: ('C:\\Users\\benja\\AppData\\Local\\Temp\\calibre_ 6e4j79da\\1ey63_n1caltmpfmt.mobi', "The Innovator's Dilemma - Clayton M. Christensen.mobi", 'benlmnsng_6elvmx@kindle.com', "E-book: The Innovator's Dilemma", "Attached, you will find the e-book\n\nThe Innovator's Dilemma\n\tby Clayton M. Christensen\n\nin the MOBI format.") {'notifications': <queue.Queue object at 0x0F3099D0>, 'abort': <threading.Event object at 0x0F309BE0>, 'log': <calibre.utils.logging.GUILog object at 0x0F309718>}

Last edited by theducks; 07-05-2021 at 04:48 AM. Reason: SPOILERED
razermaul is offline   Reply With Quote
Old 07-05-2021, 05:23 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
In Preferences->Sharing by email, in the send email from field you dont have a full email address put the full email address and you will be fine.
kovidgoyal is offline   Reply With Quote
Advert
Old 07-08-2021, 12:04 PM   #3
razermaul
Junior Member
razermaul began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jul 2021
Device: Kindle Voyage, Kobo Aura
Thank you, appreciate the assistance from the creator himself. Cheers.
razermaul is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Send to Kindle won't send author name from metadata. mkgtu Amazon Kindle 116 10-20-2022 09:21 PM
Send metadata to device Slow on 2nd Kindle Voyage? JimmXinu Calibre 17 09-23-2018 07:47 AM
epub to mobi then send to kindle document service fail cybmole Conversion 28 03-25-2015 03:05 AM
Fail to send to device fictionaddiction Devices 1 10-02-2011 09:52 AM
Start reading...Why the Kindle Will Fail on your Kindle in under a minute.... brecklundin Amazon Kindle 1 12-06-2007 07:00 PM


All times are GMT -4. The time now is 09:13 AM.


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