Learn R Programming

tomba (version 1.0.1)

status: Domain status

Description

status Returns domain status if is webmail or disposable.

Usage

status(obj, domain)

# S4 method for Tomba status(obj, domain)

Arguments

obj

Tomba class

domain

a character Domain name from which you want to check. For example, "gmail.com".

Value

A list domain status data containing the: is webmail email service or is disposable email service

References

https://developer.tomba.io/#domain-status

Examples

Run this code
# 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