Quote:
Originally Posted by dwanthny
Code:
calibre-smtp [-s See Attached -a xyz.epub] [fromaddress@gmail.com xxx@yahoo.com XYZ webpage has been converted to epub, see attached. ]
I don't know if the brackets need to be there or not.
|
Brackets in the documentation of console commands (almost) always mean that the enclosed argument is optional.
Quote:
Originally Posted by bthoven
Thanks. I tried this:
calibre-smtp -r mail.xxxx.com --password xxxx --username "chotechai.p@xxxx.com" --port 25
-vv chotechai.p@xxxx.com axathai@yahoo.com "Test Sending" -s "Uncle Rod" -a "unclerod.epub"
>log.txt
and the log.txt shows:
Python function terminated unexpectedly
STARTTLS extension not supported by server. (Error Code: 1)
No idea what's going on. My mail server is Lotus Notes.
|
STARTTLS is an encryption scheme used by mail servers. It seems that your server doesn't support it. Note that calibre-smtp doesn't support sending mail via unencrypted logins.