is_free_email | R Documentation |
Is email free?
is_free_email(email, include_burner = TRUE)
email |
An email address as a string. |
include_burner |
Should domains for burner emails be included. Default: TRUE |
A logical.
is_free_email("foo@gmail.com") # TRUE is_free_email("foo@myownservermeh.com") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.