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

Get all email details we can from one single EmailAddress, without retries.