mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 16:48:13 +08:00
add credit
This commit is contained in:
parent
c17a92bc63
commit
537f3a2a00
@ -21,7 +21,7 @@ if email.split('@')[1] in blacklist_content:
|
|||||||
else:
|
else:
|
||||||
return True
|
return True
|
||||||
```
|
```
|
||||||
PHP contributed by @txt3rob
|
PHP contributed by @txt3rob and @deguif
|
||||||
```php
|
```php
|
||||||
function is_temp_mail($mail) {
|
function is_temp_mail($mail) {
|
||||||
$mail_domains_ko = file('disposable_email_blacklist.conf', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
$mail_domains_ko = file('disposable_email_blacklist.conf', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
|
||||||
|
Loading…
Reference in New Issue
Block a user