-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
47 lines (29 loc) · 1.11 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Reply-To for WP_Mail ===
Contributors: javiercasares
Tags: email, reply-to
Requires at least: 4.1
Tested up to: 6.7
Stable tag: 1.0.2
Requires PHP: 5.6
Version: 1.0.2
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.7
* PHP: 5.6 - 8.4
== Changelog ==
= [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.