[][src]Function check_if_email_exists::check_email

pub async fn check_email<'_>(
    inputs: &'_ CheckEmailInput
) -> Vec<CheckEmailOutput>

The main function of this library: takes as input a list of email addresses to check. Then performs syntax, mx, smtp and misc checks, and outputs a list of results.