Title: Stop Emails  (Detener Emails)
Author: Sal Ferrarello
Published: <strong>20 de Agosto de  2013</strong>
Last modified: 13 de Enero de  2026

---

Buscar plugins

![](https://ps.w.org/stop-emails/assets/banner-772x250.png?rev=758931)

![](https://ps.w.org/stop-emails/assets/icon-256x256.png?rev=980422)

# Stop Emails (Detener Emails)

 Por [Sal Ferrarello](https://profiles.wordpress.org/salcode/)

[Descargar](https://downloads.wordpress.org/plugin/stop-emails.1.2.1.zip)

 * [Detalles](https://cl.wordpress.org/plugins/stop-emails/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/stop-emails/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/stop-emails/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/stop-emails/#developers)

 [Soporte](https://wordpress.org/support/plugin/stop-emails/)

## Descripción

Stops outgoing emails sent from WordPress. This plugin stops
 outgoing emails generated
by WordPress core, plugins, and themes. Emails sent using the `wp_mail()` function,
will not be sent. In the case where an author does not use the recommended `wp_mail()`
function and instead sends the email using another mechanism, an email will still
be sent.

This plugin allows you to suspend sending emails when doing development work.
 Any
calls to `wp_mail()` will fail silently. WordPress will operate as if the email 
were sent successfully but no email will actually be sent.

On the admin menu page Settings > Stop Emails, there is the option
 to log all emails
to the PHP error log. By default this logging is disabled.

NOTE: If using the PHP `mail()` function directly, this
 plugin will NOT stop the
emails.

Built by [Sal Ferrarello](http://salferrarello.com/) / [@salcode](http://twitter.com/salcode)

## Capturas de pantalla

[⌊When the plugin is running, there will be a warning on the backend of the website.⌉⌊
When the plugin is running, there will be a warning on the backend of the website
.⌉[

When the plugin is running, there will be a warning on the backend of the website.

[⌊Lies! The email wasn't really sent, we're running Stop Emails  (Detener Emails)⌉⌊
Lies! The email wasn't really sent, we're running Stop Emails  (Detener Emails)⌉[

Lies! The email wasn’t really sent, we’re running Stop Emails (Detener Emails)

## Instalación

 1. Install plugin from WordPress plugin repository https://wordpress.org/plugins/
 2. Activate Stop Emails through the ‘Plugins’ menu in WordPress.

#### Instalación manual

 1. Upload the entire `stop-emails` directory to the `/wp-content/plugins/` directory.
 2. Activate Stop Emails through the ‘Plugins’ menu in WordPress.

#### mu-plugin Installation

 1. Si el directorio `wp-content/mu-plugins/` no existe, créalo.
 2. Sube el archivo `stop-emails.php` al directorio `wp-content/mu-plugins/`

## FAQ

### ¿A dónde van los correos electrónicos?

Los correos electrónicos se pierden para siempre.

### ¿Por qué algunos de mis correos electrónicos siguen siendo enviados?

Lo más probable es que esto se deba a un plugin que está ejecutando.
 Hay dos cosas
diferentes que el plugin podría estarhaciendo para hacer que los correos electrónicos
todavía sean enviados.

 1. El plugin está sobrescribiendo nuestro mecanismo ya sobrescrito de mensajería.
 2. El plugin está llamando a la función `mail()` de PHP directamente.

Lamentablemente, en cualquiera de estos casos, este plugin no será capaz de detener

el correo electrónico.

### ¿Conoces algún plugin incompatible?

Encontrarás una lista de plugins incompatibles conocidos en [https://github.com/salcode/stop-emails/wiki/Known-Incompatible-Plugins](https://github.com/salcode/stop-emails/wiki/Known-Incompatible-Plugins).

### Quiero registrar en el log los correos electrónicos que son detenidos

Puedes activar el registro de correos electrónicos detenidos en la
 página del menú
de administración “Ajustes > Stop Emails”.

Los correos electrónicos serán registrados en el log de errores de PHP.

### ¿Por qué iba a querer instalarlo en el directorio mu-plugins?

Normalmente, para activar un plugin es necesario iniciar sesión en el sitio.
 La
instalación del archivo en el directorio mu-plugins le permite activar el plugin
sin iniciar sesión. Esto puede ser útil cuando se configura un sitio existente localmente.

### ¿Dónde puedo informar de un error?

Por favor, informa de los errores en https://github.com/salcode/stop-emails/issues

## Reseñas

![](https://secure.gravatar.com/avatar/48f10230fc423269bebc9650d7d9d6804b59c11c5a3da1b3ebcdf9909bcf83d4?
s=60&d=retro&r=g)

### 󠀁[Easy and Effective](https://wordpress.org/support/topic/easy-and-effective-262/)󠁿

 [JRyven](https://profiles.wordpress.org/jryven/) 29 de Mayo de 2022

Excellent plugin! Easy, effective, bloatless.

![](https://secure.gravatar.com/avatar/e08bc04ae7b9493dd20a23c125cff788a51e1aed00dd67cd5b3ae2a5486d1978?
s=60&d=retro&r=g)

### 󠀁[Great plugin from a great developer](https://wordpress.org/support/topic/great-plugin-from-a-great-developer-2/)󠁿

 [darkpollo](https://profiles.wordpress.org/darkpollo/) 3 de Junio de 2018

Not much more to say. It is great and it works!

![](https://secure.gravatar.com/avatar/16732a2e037b13d0025585edf8d956bedca4fd2eeb455a91cd64cdbb70630a7f?
s=60&d=retro&r=g)

### 󠀁[Fantastic Plug in](https://wordpress.org/support/topic/fantastic-plug-in-40/)󠁿

 [nick5798](https://profiles.wordpress.org/nick5798/) 9 de Noviembre de 2017 1 respuesta

Great plugin. nice and simple and works

![](https://secure.gravatar.com/avatar/db4ddb5d199b12bc5126ff03ccc43b3974d458d3cbdc9b08efaaf5f557dd8d59?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-14646/)󠁿

 [NicheLabs](https://profiles.wordpress.org/allennichelabs/) 4 de Agosto de 2017
1 respuesta

I develop a lot of WordPress sites and normally this isn’t an issue. But I’ve been
developing a membership site and normally when I do a site that includes users and
their email addresses I just click on the box that asks to send the user notification
of their password. But on this particular site the users need to be approved. I’m
using BuddyPress and a plugin that allows user moderation, BP Registration. The 
problem came in when when I had to start approving members so they would show up
in the list. These were existing members so they needed to be active. I started 
getting emails asking what the heck was going on. Each of my members were getting
notices that they had been approved. I had to take the time to explain to each one
of them what had happened. Very time consuming, very embarrassing. Glad I found 
this since I have several members that still need to be added. I added myself as
a user and checked the box to notify me of my password. No email! I changed my password.
No email! I approved my account. Still no email! Works perfectly. I can now develop
in silence and not worry about alerting/confusing members. Thank you for your work!
Allen

![](https://secure.gravatar.com/avatar/6e229b77c35eff460257711220922038ed5f8551600366c661745c5806865171?
s=60&d=retro&r=g)

### 󠀁[Great turn-key solution](https://wordpress.org/support/topic/great-turn-key-solution-2/)󠁿

 [LewisCowles](https://profiles.wordpress.org/lewiscowles/) 20 de Diciembre de 2016
1 respuesta

Worked out of the box for me on a VPS; we were developing a system in parallel to
an existing site and someone else installed this instead of using our existing process.
I learned of a new plugin and a new way of doing things for WP. Very impressed.

![](https://secure.gravatar.com/avatar/1fe0862ea4dd920bfa928e8633440e218c4e45fdb8dd75cfcdfeed11c282b3dc?
s=60&d=retro&r=g)

### 󠀁[Works Great!](https://wordpress.org/support/topic/works-great-3240/)󠁿

 [Anita C](https://profiles.wordpress.org/mymothersdaughter/) 24 de Octubre de 2016

This works great. I had used it months ago for something else. But I needed to migrate
a Ning.com website with members into a new Buddypress site. I had to make sure the
members were not emailed or pinged. This plugin stopped all outgoing emails to all
the members.

 [ Leer los 12 comentarios ](https://wordpress.org/support/plugin/stop-emails/reviews/)

## Colaboradores & Desarrolladores

“Stop Emails (Detener Emails)” es software de código abierto. Las siguientes personas
han contribuido a este plugin.

Colaboradores

 *   [ Sal Ferrarello ](https://profiles.wordpress.org/salcode/)

“Stop Emails (Detener Emails)” ha sido traducido en 6 idiomas. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/stop-emails/contributors)
por sus contribuciones.

[Traduce “Stop Emails (Detener Emails)” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/stop-emails)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/stop-emails/), echa
un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/stop-emails/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/stop-emails/)
por [RSS](https://plugins.trac.wordpress.org/log/stop-emails/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.2.1

 * Conditionally modify how our fake PHPMailer extends the real PHPMailer class 
   based on changes in PHPMailer introduced in WordPress core 5.5. This eliminates
   the message “PHP Deprecated: class-phpmailer.php is deprecated since version 
   5.5.0!” in the error logs.

#### 1.2.0

 * Add filter to force BuddyPress to use wp_mail() rather than its own BP_PHPMailer
   class

#### 1.1.0

 * Add Italian translation (it_IT), thanks to Andrea Gherardi https://twitter.com/
   ilghera_TP

#### 1.0.1

 * No changes to code functionality
 * “Tested Up To:” version bump to 4.2
 * Update to readme.txt to more clearly communicate plugin functionality
 * Version bump to 1.0.1

#### 0.8.0

 * Overhaul of plugin includes: fixing issue with plugin not stopping emails, moving
   to a class structure, changing email stopping
    behavior to use the same technique
   as WordPress core tests, improved inline documentation, addtion of phpunit tests.
   Introduces a breaking change with https://github.com/salcode/stop-emails-logger

#### 0.7.1

 * Added check for supporting files before loading them. Since the primary functionality
   
   is in stop-emails.php, adding this check allows stop-emails.php to be used in
   the mu-plugins/ directory (previously, it would throw warnings)

#### 0.7.0

 * Added filter fe_stop_emails_log to allow other logging of blocked emails

#### 0.6.2

 * “Tested Up To:” version bump to 4.0
 * Add plugin icons

#### 0.6.1

 * “Tested Up To:” version bump to 3.9
 * Add Settings link to plugin page

#### 0.6.0

 * Add admin settings page with option to enable logging of stopped emails to
    PHP
   error log

#### 0.5.0

 * Correct breaking change

#### 0.4.0

 * Add Spanish translation (es_ES), thanks to Andrew Kurtis from webhostinghub.com

#### 0.3.0

 * Added support for localization

#### 0.2.0

 * Added filter `fe_stop_emails_log_email` for $log_email value, which allows a 
   programmer to add code to
    log the blocked emails in the php_error.log
 * Renamed functions and classes to follow WordPress standards

#### 0.1.0

 * First release

## Meta

 *  Versión **1.2.1**
 *  Última actualización **hace 6 meses**
 *  Instalaciones activas **5,000+**
 *  Versión de WordPress ** 3.6 o superior **
 *  Probado hasta **6.9.4**
 *  Idiomas
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/stop-emails/), [English (Canada)](https://en-ca.wordpress.org/plugins/stop-emails/),
   [English (UK)](https://en-gb.wordpress.org/plugins/stop-emails/), [English (US)](https://wordpress.org/plugins/stop-emails/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/stop-emails/), [Spanish (Chile)](https://cl.wordpress.org/plugins/stop-emails/),
   y [Spanish (Spain)](https://es.wordpress.org/plugins/stop-emails/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/stop-emails)
 * Etiquetas
 * [development](https://cl.wordpress.org/plugins/tags/development/)[email](https://cl.wordpress.org/plugins/tags/email/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/stop-emails/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  12 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/stop-emails/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/stop-emails/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/stop-emails/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/stop-emails/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/stop-emails/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/stop-emails/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/stop-emails/reviews/)

## Colaboradores

 *   [ Sal Ferrarello ](https://profiles.wordpress.org/salcode/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/stop-emails/)