rss2email
CLI tool that forwards RSS/Atom feed updates to email addresses

rss2email is a command-line utility that monitors RSS and Atom feeds and delivers new entries to email addresses. It runs as a local process (or scheduled job), tracks seen items, and sends email via a local sendmail-compatible MTA or an SMTP/LMTP server.
Key Features
- CLI-first tool with the
r2ecommand for adding feeds, initializing config/data, and running feed checks - Supports sending via local sendmail/compatible MTA, SMTP, or LMTP with authentication and TLS options
- Stores configuration and seen-item database in XDG-style locations (config and data files by default)
- Post-processing hook support to modify or sanitize entries before sending (custom modules/functions)
- Options for HTML mail, date header control, GUID/trust settings, and per-run no-send to seed state
- Lightweight dependencies (Python-based, uses feedparser and html2text) and packaged for multiple Linux distributions
Use Cases
- Receive email notifications for new posts from selected RSS/Atom feeds without visiting a feed reader
- Integrate feed-to-email delivery into existing mail workflows or mailboxes on a server
- Schedule periodic feed checks via system cron or task scheduler to distribute updates to users
Limitations and Considerations
- No built-in web UI or multi-user management; primarily single-user CLI usage
- Relies on external mail delivery configuration; deliverability and authentication depend on local MTA or SMTP settings
- Uses a local JSON feed database; not designed for very large-scale feed fleets or multi-tenant hosting without custom adaptations
rss2email is a simple, pragmatic tool for users who prefer receiving feed updates by email and who can manage mail delivery and scheduling on their host. It emphasizes configurability and extensibility via post-process hooks while remaining command-line focused.
Categories:
Tags:
Tech Stack:
Similar Services

RSSHub
RSS feed generator for websites and platforms without RSS
RSSHub generates RSS/Atom/JSON feeds for thousands of sites and services that don’t provide feeds, exposing them as subscribable endpoints you can self-host.

Glance
Self-hosted, configurable dashboard for feeds and status widgets
Glance is a lightweight self-hosted dashboard that aggregates RSS and other widgets (Reddit, YouTube, weather, markets, server stats) into customizable pages.

Karakeep
Self-hosted bookmarks, notes, and media with AI tagging and search
Self-hostable bookmark-everything app for links, notes, images, PDFs, and archives with full-text search, AI tagging/summaries, RSS ingestion, and API access.

Linkwarden
Self-hosted collaborative bookmark manager with archiving and annotation
Self-hosted collaborative bookmark manager with reader mode, highlights, tagging, full-text search, and automatic webpage preservation as screenshots and PDFs.


FreshRSS
Lightweight self-hosted RSS and Atom feed aggregator
FreshRSS is a fast, multi-user RSS/Atom feed aggregator with tagging, search, OPML import/export, WebSub push updates, and optional web scraping for sites without feeds.

wallabag
Read-it-later web app for saving and classifying articles
wallabag is a self-hostable read-it-later service to save web pages, extract clean article content, tag and organize items, and read them on any device.
Python
cron
Bash