check-if-email-exists
check-if-email-exists copied to clipboard
web.de SmtpError io: incomplete
Email Provider
web.de
What happened?
According to the docs It might happen on rare occasions that the email provider doesn't allow real-time verification of emails. In this case, there's unfortunately nothing Reacher can do. Please let us know if this happens, we're working on finding ways to solve these issues, which in most occasions are solved on a case-by-case basis.
Hence, I would like to let you know that there seems to be an unexpected issue when talking smtp with web.de:
"smtp": {
"error": {
"type": "SmtpError",
"message": "io: incomplete"
}
},
Relevant log output
No response
same for gmx.de
Hey, thanks! I believe the io: incomplete errors have been partially solved in v0.8.32. I just tried ***@gmx.de and ***@web.de, and they both work well.
cargo run [email protected] --smtp-port 25 --hello-name reacher.email --from-email [email protected]
cargo run [email protected] --smtp-port 25 --hello-name reacher.email --from-email [email protected]