[][src]Function check_if_email_exists::smtp::check_smtp

pub async fn check_smtp(
    to_email: &EmailAddress,
    host: &Name,
    port: u16,
    domain: &str,
    input: &CheckEmailInput
) -> Result<SmtpDetails, SmtpError>

Get all email details we can from one single EmailAddress.