[][src]Function check_if_email_exists::email_exists

pub async fn email_exists<'_, '_>(
    to_email: &'_ str,
    from_email: &'_ str
) -> SingleEmail

The main function: checks email format, checks MX records, and checks SMTP responses to the email inbox.