PHPackages                             jeherve/rss-reply-via-email - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jeherve/rss-reply-via-email

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

jeherve/rss-reply-via-email
===========================

Add a reply-to email address for each post in your RSS feeds.

1.0.1(10mo ago)00GPL-2.0-or-laterPHPPHP &gt;=8.1CI failing

Since Jun 17Pushed 10mo agoCompare

[ Source](https://github.com/jeherve/rss-reply-via-email)[ Packagist](https://packagist.org/packages/jeherve/rss-reply-via-email)[ Docs](https://herve.bzh/my-plugins/rss-reply-via-email/)[ RSS](/packages/jeherve-rss-reply-via-email/feed)WikiDiscussions trunk Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

```
=== RSS Reply via email ===
Contributors: jeherve
Tags: widget, on this day
Stable tag: 1.0.1
Requires at least: 6.8
Requires PHP: 8.1
Tested up to: 6.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add a reply-to email address for each post in your RSS feeds.

== Description ==

Some RSS readers display an email button under each post, if the RSS feed includes a reply-to email address. This plugins adds that email address to all posts in all your RSS feeds.

This plugin was inspired by [this article](https://florianziegler.com/journal/add-your-email-address-to-your-rss-feed) by Florian Ziegler.

== Installation ==

* Go to Plugins > Add New, search, and install.
* The plugin will work out of the box. All your RSS feeds will include a reply-to email address.

== FAQ ==

= How do I pick the email address that will be used in RSS feeds? =

The plugin uses each author's email address, as defined for each account under the Users menu.

= How do I customize the email address that will be used in RSS feeds? =

If you do not want to use the account's email address, you can set a custom email address thanks to the `jeherve_rss_reply_via_email_address` filter:

```php
add_filter( 'rss_reply_via_email_author_info', function( $author_info, $author_id, $post ) {
	$author_info['email'] = 'your@email.com';
	return $author_info;
}, 10, 3 );
```

== Screenshots ==

1. RSS Reader example

== Changelog ==

### [1.0.1] - 2025-06-25
#### Fixed
* Remove duplicated hook
* Remove text prepended to email address

### [1.0.0] - 2025-06-17
#### Added
* Initial public release.

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance53

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

2

Last Release

325d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5326730499ec14e274f51b9bcc39db6aac0fb38b33849715aae0e2587a2b93df?d=identicon)[jeherve](/maintainers/jeherve)

---

Top Contributors

[![jeherve](https://avatars.githubusercontent.com/u/426388?v=4)](https://github.com/jeherve "jeherve (21 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (1 commits)")

### Embed Badge

![Health badge](/badges/jeherve-rss-reply-via-email/health.svg)

```
[![Health](https://phpackages.com/badges/jeherve-rss-reply-via-email/health.svg)](https://phpackages.com/packages/jeherve-rss-reply-via-email)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
