Using this command
/opt/calibre/calibre-smtp -a calibre/zeit/zeit.mobi -s "Die Zeit" -e TLS -p .... --port 587 -r smtp.gmail.com -u ...@googlemail.com ...@googlemail.com ...@free.kindle.com "Die Zeit."
I get the following error message
No write acces to /home/fabian/.config/calibre using a temporary dir instead
Traceback (most recent call last):
File "site.py", line 58, in main
File "site-packages/calibre/utils/smtp.py", line 239, in main
File "site-packages/calibre/utils/smtp.py", line 110, in sendmail
File "site-packages/calibre/utils/smtplib.py", line 610, in login
SMTPAuthenticationError: (535, '5.7.1 Username and Password not accepted. Learn more at\n5.7.1
http://mail.google.com/support/bin/a...y?answer=14257 c24sm1455197fak.31')
Username and password are correct, of course. On other providers I get error messages stating that my machine was identified as a spammer. What am I doing wrong?