You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disposable e-mail - is a free e-mail service that allows you to send e-mail to a temporary address, after which it will be destroyed after a certain time. It is also known by names such as: tempmail, 10minutemail, 10minmail, throwaway email, fake email, fake email generator, burning email or Trash-mail. Many forums, Wi-Fi owners, websites and blogs require visitors to register before viewing content, posting comments or downloading.
Now the question is, how can we prevent people who use these types of emails from registering or logging in?
CodeIgniter DEA Rule deals with this issue. CodeIgniter DEA Rule is actually a custom rule that helps you check if an email is a type Temporary & Disposable Email Address or not. CodeIgniter DEA Rule It helps you to store accurate statistics of the attempts made by these types of emails in your database.
How to use it is very simple, after installation,
composer require datamweb/codeigniter-dea-rule
use rule is_temp_email, similar to other codeigniter rules.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Disposable e-mail - is a free e-mail service that allows you to send e-mail to a temporary address, after which it will be destroyed after a certain time. It is also known by names such as: tempmail, 10minutemail, 10minmail, throwaway email, fake email, fake email generator, burning email or Trash-mail. Many forums, Wi-Fi owners, websites and blogs require visitors to register before viewing content, posting comments or downloading.
Now the question is, how can we prevent people who use these types of emails from registering or logging in?
CodeIgniter DEA Rule deals with this issue. CodeIgniter DEA Rule is actually a custom rule that helps you check if an email is a type Temporary & Disposable Email Address or not. CodeIgniter DEA Rule It helps you to store accurate statistics of the attempts made by these types of emails in your database.
How to use it is very simple, after installation,
composer require datamweb/codeigniter-dea-rule
use rule
is_temp_email
, similar to other codeigniter rules.I have provided more explanations in the documentation. And this is also an example for use in the CodeIgniter Shield.
https://www.dea-rule.codeigniter4.ir/
Beta Was this translation helpful? Give feedback.
All reactions