wking / rss2email

open-source tool for Windows, Mac OS and UNIX for getting news from RSS feeds in email
http://pypi.python.org/pypi/rss2email/
GNU General Public License v2.0
272 stars 48 forks source link

SSL connection broken #51

Open monperrus opened 9 years ago

monperrus commented 9 years ago

The SSL connection for SMTP seems broken. Here is the message from the log:

cause: [SSL: TLSV1_ALERT_DECODE_ERROR] tlsv1 alert decode error (_ssl.c:598)
reason: TLSV1_ALERT_DECODE_ERROR

Related to #48

sudhirkhanger commented 9 years ago

Is there any solution to this problem?

smtp-server = smtp.gmail.com:587
smtp-ssl = False
smtp-ssl-protocol = SSLv3

It is able to send email but take awefully long for 2 test feeds. It also created following errors first time I ran it.

python3 r2e run
could not connect to mail server smtp.gmail.com:587
cause: [Errno 113] No route to host
could not connect to mail server smtp.gmail.com:587
cause: [Errno 113] No route to host
Ekleog commented 4 years ago

Hello,

This repository has been deprecated for a few years now, and has been replaced by https://github.com/rss2email/rss2email .

If this issue is still relevant to you, and not fixed with v3.12.2, could you please reopen the issue there?

Cheers, Leo

monperrus commented 4 years ago

OK. @wking what about going in the Github settings and deactivating the issue tracker here? Thanks!