Skip to content

Commit

Permalink
renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercasares committed Oct 22, 2024
1 parent a6d3e57 commit 76ae7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== WP_Mail Reply-To ===
=== Reply-To for WP_Mail ===
Contributors: javiercasares
Tags: email, reply-to
Requires at least: 4.1
Expand All @@ -13,13 +13,13 @@ Configure the "Reply-To" header for WordPress emails with validation and customi

== Description ==

The WP Mail Reply-To 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.
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/wp-mail-replyto/` directory. Once uploaded, it will appear in your plugin list.
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 ==

Expand Down
5 changes: 2 additions & 3 deletions wp-mail-replyto.php → replyto.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WP_Mail Reply-To
* Description: Configure your "Reply-To:" for WP Mail with validation and admin settings.
* Plugin Name: Reply-To for WP_Mail
* Description: Configure your "Reply-To:" for WP_Mail with validation and admin settings.
* Requires at least: 4.1
* Requires PHP: 5.6
* Version: 1.0.0
Expand All @@ -10,7 +10,6 @@
* License: GPL-2.0-or-later
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
* Text Domain: wp-mail-replyto
* Domain Path: /languages
*
* @package wp-mail-replyto
*
Expand Down

0 comments on commit 76ae7d0

Please sign in to comment.