get_email_info {emailvalidation} | R Documentation |
Checks the provided email address
Description
Checks the provided email address
Usage
get_email_info(email, catch_all = NULL)
Arguments
email |
(required) The email address you want to check |
catch_all |
If set to 1 we check if the email domain is a catch-all enabled domain (Only available in higher up plans) |
Value
Returns all available information about the specified email address.
[Package emailvalidation version 0.1.0 Index]