diff --git a/src/calibre/gui2/email.py b/src/calibre/gui2/email.py index bab33c28bd..68504245ec 100644 --- a/src/calibre/gui2/email.py +++ b/src/calibre/gui2/email.py @@ -148,7 +148,7 @@ gui_sendmail = Sendmail() def is_for_kindle(to): - return isinstance(to, str) and ('@kindle.com' in to or '@kindle.cn' in to) + return isinstance(to, str) and ('@kindle.com' in to or '@kindle.cn' in to or '@free.kindle.com' in to or '@free.kindle.cn' in to) def send_mails(jobnames, callback, attachments, to_s, subjects,