Element index for package DisposableEmail
Package indexes
[ d ]
[ e ]
[ f ]
[ i ]
[ o ]
[ s ]
[ t ]
d
- disposable.php
- procedural page disposable.php
- DisposableEmailChecker
- in file disposable.php, class DisposableEmailChecker
A class that checks an email address and provides some facts about whether
i
- is_disposable_email
- in file disposable.php, method DisposableEmailChecker::is_disposable_email()
Determines if the email address is disposable.
- is_forwarding_email
- in file disposable.php, method DisposableEmailChecker::is_forwarding_email()
Determines if the email address is disposable email that forwards to users' email address. This is one of the best kind of disposable addresses since emails end up in the user's inbox unless the user cancel the address.
- is_free_email
- in file disposable.php, method DisposableEmailChecker::is_free_email()
See is_open_domain() for details.
- is_open_email
- in file disposable.php, method DisposableEmailChecker::is_open_email()
Determines if the email address is an email address in an open domain. These are
- is_shredder_email
- in file disposable.php, method DisposableEmailChecker::is_shredder_email()
Determines if the email address is a shredder email address. Shredder email address delete all received emails without forwarding them or making them available for a user to check.
- is_time_bound_email
- in file disposable.php, method DisposableEmailChecker::is_time_bound_email()
Determines if the email address is time bound, these are the disposable addresses that auto expire after a pre-configured time. For example, 10 minutes, 1 hour, 2 hours, 1 day, 1 month, etc. These address can also be trash emails or forwarding emails.
- is_trash_email
- in file disposable.php, method DisposableEmailChecker::is_trash_email()
Determines if the email address is trash email that doesn't forward to
|
|