Block Temporary Email

Descripción

This plugin will verify every email address submitted by users.
It’ll automatically detect and block disposable, temporary email addresses.
It’ll give a nice warning message when users are signing up, logging in,
or changing email to a temporary email.

The plugin checks the domain name using a service named
IsTempMail.
If a domain name is blocked, it will be stored into a local blacklist.
You can also manage your own local whitelist and blacklist to allow or
disallow certain domains.

The plugin integrates with the WordPress built-in function is_email().
It works seamlessly with other plugins including WooCommerce,
Contact Form 7, Gravity Form, Jetpack/Grunion contact forms, Kadence Blocks Forms as well as
other formbuilders and ecommerce plugins and WordPress’ own registration form.

Capturas

  • Disposable email address blocked during sign up
  • Temporary email address blocked when updating profile
  • Settings to manage your own blacklist and whitelist

Instalación

Sign up and get your API token at IsTempMail.

Upload the plugin to your blog, then click Activate it under Plugins > Installed Plugins.
Then enter the API token at your WordPress Dashboard > Settings > IsTempMail.

FAQ

Do you send my user email addresses to other servers?

No, we don’t. The plugin will only send the domain part of email address to validate.

Is the plugin free?

Yes, the plugin is free to use. IsTempMail also offers a free plan that will be sufficient
for most blogs. You will be notified when you use more credits than included in the free plan.

What happens if the service is down?

A downtime is very unlikely, the IsTempMail service has outstanding availability of 99.99%
over the last 6 months.
But the plugin was developed to be stable in the unlikely event of a temporary downtime. It
will continue to work, validating emails using your local blacklist and whitelist. Your users
will be able to sign up, log in and comment on your blog just fine.

What happens to existing users with fake email address

Existing users registered with fake email addresses won’t be able to log in to your blog when
the plugin is activated. Be prepared for users contacting you regarding this topic. Usually
people who used a disposable email address won’t come back to your website though.

Reseñas

26 de enero de 2023 1 respuesta
I tried all kinds of methods… 3 plugins... Edit wp-config.php and I even asked Chat GPT to give me a snippet but the solution was this incredible plugin, which worked perfectly with WOO, tks a lot!
10 de mayo de 2022 2 respuestas
This plugin is outstanding, it does exactly what I expected. I also had a problem and the support was very fast and efficient. Highly recommended.
21 de mayo de 2021
offers of disposal emails grow faster than the plugin can keep up with. From the first three disposables offered by google, one was blocked. A BIG FAIL
4 de febrero de 2019
Seem there is only this type of plugin in WP repository, I am looking for this plugin for a long time. Thanks so much
21 de julio de 2018 1 respuesta
I actually thought it's not going to work properly with CF7. But I was wrong. Working perfectly.
Leer todas las 8 reseñas

Colaboradores y desarrolladores

«Block Temporary Email» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Block Temporary Email» 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.

Registro de cambios

1.7.3

Tested with WordPress 6.4.3

1.7.2

Improve support for forms and advanced forms built with Kadence Blocks

1.7.1

Add support for advanced forms built with Kadence Blocks

1.7

Add support for forms built with Kadence Blocks
Tested with WordPress 6.4.2

1.6.3

Tested with WordPress 6.4.1

1.6.2

Tested with WordPress 6.3.2

1.6.1

Tested with WordPress 6.3.1

1.6

Fix a bug during plugin uninstallation
Add option to disable validating logins (premium)

1.5.2

Tested with WordPress 6.2

1.5.1

Tested with WordPress 6.1.1
Updated a typo and readme

1.5

You can now disable email checking on a certain POST payload e.g. add
_xoo_el_form=login to stop checking email on login popup.

1.4

  • Update API request format.
  • Separate IsTempMail blacklist and your own local blacklist.

1.3

In prior versions, it’ll check all emails passed to is_email() function.
You can now change the hook behavior to check only emails submitted via browsers (POST/GET values).

1.2

If a domain name has no MX record and doesn’t resolve to any IP address, it will be marked as «unresolvable»
and the email will be considered as invalid. It helps in preventing some typos like gmail.con or gmail.comm.

1.1

Add local blacklist and whitelist.

1.0

First version