Title: RSS Reply via email
Author: Jeremy Herve
Published: <strong>ജൂൺ 25, 2025</strong>
Last modified: മെയ്‌ 22, 2026

---

Search plugins

![](https://ps.w.org/rss-reply-via-email/assets/banner-772x250.png?rev=3317538)

![](https://ps.w.org/rss-reply-via-email/assets/icon.svg?rev=3317538)

# RSS Reply via email

 By [Jeremy Herve](https://profiles.wordpress.org/jeherve/)

[Download](https://downloads.wordpress.org/plugin/rss-reply-via-email.1.0.1.zip)

 * [Details](https://ml.wordpress.org/plugins/rss-reply-via-email/#description)
 * [Reviews](https://ml.wordpress.org/plugins/rss-reply-via-email/#reviews)
 *  [Installation](https://ml.wordpress.org/plugins/rss-reply-via-email/#installation)
 * [Development](https://ml.wordpress.org/plugins/rss-reply-via-email/#developers)

 [Support](https://wordpress.org/support/plugin/rss-reply-via-email/)

## 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 ); `

## Reviews

ഈ പ്ലഗിന് റിവ്യൂകൾ ഒന്നുമില്ല.

## Contributors & Developers

“RSS Reply via email” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Jeremy Herve ](https://profiles.wordpress.org/jeherve/)

“RSS Reply via email” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/rss-reply-via-email/contributors)
for their contributions.

[Translate “RSS Reply via email” into your language.](https://translate.wordpress.org/projects/wp-plugins/rss-reply-via-email)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rss-reply-via-email/),
check out the [SVN repository](https://plugins.svn.wordpress.org/rss-reply-via-email/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/rss-reply-via-email/)
by [RSS](https://plugins.trac.wordpress.org/log/rss-reply-via-email/?limit=100&mode=stop_on_copy&format=rss).

## 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.

## Meta

 *  Version **1.0.1**
 *  Last updated **2 ആഴ്ചകൾ ago**
 *  Active installations **Fewer than 10**
 *  വേർഡ്പ്രസ്സ് പതിപ്പ് ** 6.8 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Tested up to **7.0**
 *  PHP പതിപ്പ് ** 8.1 അല്ലെങ്കില്‍ അതിലും ഉയര്‍ന്നത് **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/rss-reply-via-email/), [French (France)](https://fr.wordpress.org/plugins/rss-reply-via-email/),
   ഉം [German](https://de.wordpress.org/plugins/rss-reply-via-email/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/rss-reply-via-email)
 * Tags
 * [on this day](https://ml.wordpress.org/plugins/tags/on-this-day/)[widget](https://ml.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://ml.wordpress.org/plugins/rss-reply-via-email/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/rss-reply-via-email/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rss-reply-via-email/reviews/)

## Contributors

 *   [ Jeremy Herve ](https://profiles.wordpress.org/jeherve/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rss-reply-via-email/)