reacherhq / check-if-email-exists

Check if an email address exists without sending any email, written in Rust. Comes with a ⚙️ HTTP backend.
https://reacher.email
Other
4.22k stars 324 forks source link

smtp is_deliverable is always false #1443

Open paramako opened 5 months ago

paramako commented 5 months ago

why can smtp.is_deliverable field always be set to false? even for my own mail

smtp response always look like this

smtp: Ok(
            SmtpDetails {
                can_connect_smtp: true,
                has_full_inbox: false,
                is_catch_all: false,
                is_deliverable: false,
                is_disabled: false,
            },
        ),