powered by
status Returns domain status if is webmail or disposable.
status
status(obj, domain)# S4 method for Tomba status(obj, domain)
# S4 method for Tomba status(obj, domain)
Tomba class
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") # }
Run the code above in your browser using DataLab