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
270 stars 48 forks source link

Allow multiple smtp recipients #87

Closed Yannik closed 5 years ago

Yannik commented 8 years ago

With this patch, multiple smtp recipients can be specified like this:

to = user@example.org, user2@example.org
to = User <user@example.org>, User 2 <user2@example.org>
Ekleog commented 5 years ago

@Yannik This has been merged in https://github.com/rss2email/rss2email/; care to close this PR? :)