I've been trying to get Calibre to email my Kindle off and on for a while now. Whenever I have Calibre send directly I get an error "No mail server found for address: ..." regardless of what address I use:
Quote:
paul@paul-laptop:~$ calibre-smtp -vv paul@my-domain paul@my-domain "Calibre Test"
Find mail exchanger for my-domain
Traceback (most recent call last):
File "/tmp/init.py", line 48, in <module>
File "/home/kovid/build/calibre/src/calibre/utils/smtp.py", line 220, in main
File "/home/kovid/build/calibre/src/calibre/utils/smtp.py", line 83, in sendmail
File "/home/kovid/build/calibre/src/calibre/utils/smtp.py", line 64, in sendmail_direct
ValueError: No mail server found for address: paul@my-domain
|
I've tested using the mail command and it works fine. I cannot relay through my mail server since it doesn't support TLS or SSL and I don't want to setup a Gmail account just for this. Any ideas?