status | R Documentation |
status
Returns domain status if is webmail or disposable.
status(obj, domain)
## S4 method for signature 'Tomba'
status(obj, domain)
obj |
Tomba class |
domain |
a character Domain name from which you want to check. For example, "gmail.com". |
A list domain status data containing the: is webmail email service or is disposable email service
https://developer.tomba.io/#domain-status
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- status(client,domain="gmail.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.