check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

web.de SmtpError io: incomplete

Open jbspeakr opened this issue 3 years ago • 1 comments

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

jbspeakr avatar Jun 01 '22 11:06 jbspeakr

same for gmx.de

jbspeakr avatar Jun 01 '22 11:06 jbspeakr

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]

amaury1093 avatar Aug 15 '22 09:08 amaury1093