https://github.com/javiercasares/replyto
Reply-To for WP_Mail
https://github.com/javiercasares/replyto
email reply-to wordpress wordpress-plugin
Last synced: 2 months ago
JSON representation
Reply-To for WP_Mail
- Host: GitHub
- URL: https://github.com/javiercasares/replyto
- Owner: javiercasares
- License: gpl-2.0
- Created: 2024-10-22T14:28:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-20T17:15:13.000Z (5 months ago)
- Last Synced: 2026-01-21T00:45:06.028Z (5 months ago)
- Topics: email, reply-to, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/replyto/
- Size: 2.94 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
=== Reply-To for WP_Mail ===
Contributors: javiercasares
Tags: email, reply-to
Requires at least: 4.1
Tested up to: 6.8
Stable tag: 1.0.3
Requires PHP: 5.6
Version: 1.0.3
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Configure the "Reply-To" header for WordPress emails with validation and customizable admin settings.
== Description ==
The Reply-To for WP_Mail plugin allows you to easily manage the "Reply-To" header for all emails sent from your WordPress site. With this plugin, you can specify a custom email address that recipients will use when replying to your site's emails, ensuring that responses go to the correct inbox.
== Installation ==
= Manual download =
Extract the contents of the ZIP and upload the contents to the `/wp-content/plugins/replyto/` directory. Once uploaded, it will appear in your plugin list.
== Compatibility ==
* WordPress: 4.1 - 6.8
* PHP: 5.6 - 8.4
== Changelog ==
= [1.0.3] - 2025-04-08 =
**Changed**
* Compatible with WordPress 6.8.
* Improved functions documentation.
**Compatibility**
* WordPress: 4.1 - 6.8
* PHP: 5.6 - 8.4
**Tests**
* PHP Coding Standards: 3.12.1
* WordPress Coding Standards: 3.1.0
* Plugin Check (PCP): 1.4.0
= [1.0.2] - 2024-11-02 =
**Fixed**
* Preparation for GlotPress.
= [1.0.1] - 2024-10-31 =
**Added**
* Translation ready.
= [1.0.0] - 2024-10-22 =
**Added**
* First version.