Reply-To para WP_Mail

Descripción

El plugin Reply-To para WP_Mail te permite gestionar fácilmente la cabecera de “Reply-To” para todos los correos electrónicos enviados desde tu sitio de WordPress. Con este plugin, puedes especificar una dirección de correo electrónico personalizada que los destinatarios usarán al responder a los correos electrónicos de tu sitio, asegurando que las respuestas vayan a la bandeja de entrada correcta.

Configure a different Reply-To address for each type of email: password resets, comment notifications, user registrations, system updates, and WooCommerce orders.

Two developer filters are available for advanced customization:

  • wp_mail_replyto_context — override the detected email context.
  • wp_mail_replyto_header — override or suppress the Reply-To header for a specific email.

Compatibilidad

  • WordPress: 4.7 – 7.1
  • PHP: 5.6 – 8.5

Compliance

This plugin adheres to the following security measures and review protocols for each version:

Instalación

Automatic download

Visit the plugin section in your WordPress admin, search for “Reply-To for WP Mail”; download and install the plugin.

Descarga manual

Extrae el contenido del ZIP y sube el contenido al directorio /wp-content/plugins/replyto/. Una vez subido, aparecerá en tu lista de plugins.

FAQ

Will my existing Reply-To setting be preserved after upgrading from v1?

Yes. The plugin automatically migrates your existing email address and name to the Default context on the first page load after upgrade.

What happens if I configure a context but leave it disabled?

Disabled contexts fall back to the Default Reply-To. If no Default is configured, no Reply-To header is added.

Does this plugin work with WooCommerce?

Yes. When WooCommerce is active, a dedicated WooCommerce tab appears so you can route order emails to a separate reply address.

Does this plugin work on WordPress Multisite?

Yes. Each site in a Multisite network maintains its own configuration. On uninstall, data is removed from all sites.

Reseñas

25 de Agosto de 2026
This plugin serve a rather simple problem, that some of the SMTP plugin seem to miss (or hide behind huge PRO versions): When sending mails via services like Resend, system-generated emails lack a reply-to header, that will cause replies to end up being rejected, which if not, what I would expect as a user. Wordpress however does not allow a reply-to header to be set by default. Contrary to a simple PHP file with a filter, this plugins does not “hide” the setting from other admins. While it would be easy to setup something similar (although only as a reply-to fallback), such a file would be harder to find that a plugin with a proper title and proper entry in “settings”. Still, the configuration is pretty detailed and allow setting up different addresses for different email types. Nice!
Leer 1 comentario

Colaboradores & Desarrolladores

“Reply-To para WP_Mail” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Reply-To para WP_Mail” ha sido traducido en 2 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Reply-To para WP_Mail” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

2.0.3

Release date: 2026-08-18

Highlights

  • Housekeeping release: branding URLs moved to robotstxt.software and declared WordPress support floor set to 4.7.

Modificado

  • Minimum WordPress version raised from 3.6 to 4.7 (real functional floor: register_setting() with array arguments requires WordPress 4.7).
  • Developer URL updated to https://www.robotstxt.software/ and plugin home page added (https://www.robotstxt.software/plugins/replyto/).
  • Full changelog now hosted at https://www.robotstxt.software/plugins/replyto/changelog/.
  • Development tooling updated (PHPCS, WPCS, PHPStan, PHPUnit).

Agregado

  • bin/preflight.sh automated pre-deploy verification script.
  • WordPress floor verification (wp-compat) integrated into PHPStan analysis.

Compatibilidad

  • WordPress: 4.7 – 7.1
  • PHP: 5.6 – 8.5

Pruebas

  • PHP Coding Standards: 3.13.6
  • WordPress Coding Standards: 3.4.1
  • PHPStan: 2.2.8 (level 9)
  • PHPUnit: 9.6.36

2.0.2

Release date: 2026-06-05

Highlights

  • Translations added for Spanish (Spain) and Catalan.
  • WordPress minimum version corrected to 3.6 based on actual function usage (wp-compat analysis).

Modificado

  • Minimum WordPress version updated from 4.1 to 3.6.
  • Tested up to WordPress 7.1.
  • POT file regenerated via WP-CLI i18n.

Agregado

  • Spanish (Spain) translation (es_ES).
  • Catalan translation (ca).

Compatibilidad

  • WordPress: 3.6 – 7.1
  • PHP: 5.6 – 8.5

Pruebas

  • PHP Coding Standards: 3.13.5
  • WordPress Coding Standards: 3.3.0
  • PHPStan: 2.2.2 (level 9)
  • PHPUnit: 9.6.34

2.0.1

Release date: 2026-06-05

Highlights

  • Major bugfix release addressing three critical issues found during pre-deploy audit.

Correcciones

  • Context cache not resetting between emails in the same PHP process.
  • Duplicate Reply-To header injected when an existing Reply-To was present.
  • Migration hook only running on admin_init — missed WP-CLI activations.
  • RFC 5322 display name quoting now applied only when the name contains special characters.

Agregado

  • Developer filters: wp_mail_replyto_context and wp_mail_replyto_header.
  • load_plugin_textdomain() for translation support on WordPress < 4.6.

Security

  • sanitize_callback added to legacy option registrations.

Compatibilidad

  • WordPress: 4.1 – 6.9
  • PHP: 5.6 – 8.5

Pruebas

  • PHP Coding Standards: 3.13.5
  • WordPress Coding Standards: 3.3.0
  • PHPStan: 2.2.2 (level 9)
  • PHPUnit: 9.6.34

Previous versions

If you want to see the full changelog, visit the changelog page.