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.31k stars 333 forks source link

is it required to use proxy? #1394

Closed anantsparrow closed 10 months ago

anantsparrow commented 10 months ago

Email to check

No response

From where did you run check-if-email-exists?

hetzner

Version of check-if-email-exists (if running it yourself)

No response

What happened?

Hi there, i am unable to host this api to my server

Relevant log output

No response

amaury1093 commented 10 months ago

No, a proxy is not required. Make sure port 25 is open on your server. What error do you have?

anantsparrow commented 10 months ago

No, a proxy is not required. Make sure port 25 is open on your server. What error do you have?

http://103.249.112.41:8080/v0/check_email

this is where i have hosted it.

and this is my error log

{ "input": "vivek821038@gmail.com", "is_reachable": "unknown", "misc": { "is_disposable": false, "is_role_account": false }, "mx": { "accepts_mail": true, "records": [ "alt1.gmail-smtp-in.l.google.com.", "gmail-smtp-in.l.google.com.", "alt3.gmail-smtp-in.l.google.com.", "alt2.gmail-smtp-in.l.google.com.", "alt4.gmail-smtp-in.l.google.com." ] }, "smtp": { "error": { "type": "TimeoutError", "message": "future has timed out" } }, "syntax": { "address": "vivek821038@gmail.com", "domain": "gmail.com", "is_valid_syntax": true, "username": "vivek821038" } }

amaury1093 commented 10 months ago

This looks like a port 25 issue. Make sure you have it open. See guide.

anantsparrow commented 10 months ago

{ "input": "vivek821038@gmail.com", "is_reachable": "unknown", "misc": { "is_disposable": false, "is_role_account": false }, "mx": { "accepts_mail": true, "records": [ "alt1.gmail-smtp-in.l.google.com.", "gmail-smtp-in.l.google.com.", "alt3.gmail-smtp-in.l.google.com.", "alt2.gmail-smtp-in.l.google.com.", "alt4.gmail-smtp-in.l.google.com." ] }, "smtp": { "error": { "type": "SocksError", "message": "i/o error: could not resolve address (\"\", 587)" } }, "syntax": { "address": "vivek821038@gmail.com", "domain": "gmail.com", "is_valid_syntax": true, "username": "vivek821038" }

getting this socks error, also my server has port 25 open sir