email_verifier {tomba} | R Documentation |
Email Verifier
Description
email_verifier
Verify the deliverability of an email address.
Usage
email_verifier(obj, email)
## S4 method for signature 'Tomba'
email_verifier(obj, email)
Arguments
obj |
Tomba class |
email |
a character email address you want to verify. |
Value
A list email data containing the: MX records,SMTP server accepts all,SMTP check,deliverability score,status of the email address,status of the verification.
References
https://developer.tomba.io/#email-verifier
Examples
## Not run:
client <- Tomba(key="ta_xxxx",secret="ts_xxxx")
result <- email_verifier(obj,email="info@tomba.io")
## End(Not run)
[Package tomba version 1.0.1 Index]