Class DomainsResource
Domains entity class for Crunchmail API
-
Crunchmail\Resources\GenericResource
-
Crunchmail\Resources\DomainsResource
Methods summary
public
array
|
#
search( string $email )
Search domain name
You can pass an email or just the domain
Search domain name
You can pass an email or just the domain
Parameters
- $email
- $domain domain to search
Returns
array
|
public
boolean
|
#
verify( string $domain )
Check if domains is validated (shortcut)
Check if domains is validated (shortcut)
Parameters
Returns
boolean
|
Methods inherited from Crunchmail\Resources\GenericResource
__call(),
__construct(),
__get(),
callRequest(),
contentType(),
filter(),
get(),
getCollectionClass(),
getEntityClass(),
getEntityName(),
getPath(),
multipart(),
page(),
request()
|