You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version of check-if-email-exists (if running it yourself)
No response
What happened?
Hi,
First of all, thank you for this awesome work.
I have a question regarding using the http backend. This is my request body:
json={
"to_email": email,
"from_email": "[email protected]", # Optional, adjust as needed
"hello_name": "my-server.com", # Optional, adjust as needed
"smtp_port": 587, # Optional, adjust as needed
"smtp_security": "Opportunistic",
"yahoo_verify_method": "Api",
"gmail_verify_method": "Api",
"hotmail_verify_method": "Api"
}
my server doesn't have port 25 open. I'm hoping port 587 would work, but it doesnt. But still, I have added the parameters to use API for gmail, yahoo and hotmail, but it seems the backend is still trying to verify gmail via SMTP:
Response: {"input":"[email protected]","is_reachable":"unknown","misc":{"is_disposable":false,"is_role_account":false},"mx":{"accepts_mail":true,"records":["alt1.gmail-smtp-in.l.google.com.","alt2.gmail-smtp-in.l.google.com.","alt4.gmail-smtp-in.l.google.com.","gmail-smtp-in.l.google.com.","alt3.gmail-smtp-in.l.google.com."]},"smtp":{"error":{"type":"TimeoutError","message":"future has timed out"}},"syntax":{"address":"[email protected]","domain":"gmail.com","is_valid_syntax":true,"username":"justintyme83"}}
Any help is appreciated, thanks.
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Email to check
No response
From where did you run check-if-email-exists?
No response
Version of check-if-email-exists (if running it yourself)
No response
What happened?
Hi,
First of all, thank you for this awesome work.
I have a question regarding using the http backend. This is my request body:
json={
"to_email": email,
"from_email": "[email protected]", # Optional, adjust as needed
"hello_name": "my-server.com", # Optional, adjust as needed
"smtp_port": 587, # Optional, adjust as needed
"smtp_security": "Opportunistic",
"yahoo_verify_method": "Api",
"gmail_verify_method": "Api",
"hotmail_verify_method": "Api"
}
my server doesn't have port 25 open. I'm hoping port 587 would work, but it doesnt. But still, I have added the parameters to use API for gmail, yahoo and hotmail, but it seems the backend is still trying to verify gmail via SMTP:
Response: {"input":"[email protected]","is_reachable":"unknown","misc":{"is_disposable":false,"is_role_account":false},"mx":{"accepts_mail":true,"records":["alt1.gmail-smtp-in.l.google.com.","alt2.gmail-smtp-in.l.google.com.","alt4.gmail-smtp-in.l.google.com.","gmail-smtp-in.l.google.com.","alt3.gmail-smtp-in.l.google.com."]},"smtp":{"error":{"type":"TimeoutError","message":"future has timed out"}},"syntax":{"address":"[email protected]","domain":"gmail.com","is_valid_syntax":true,"username":"justintyme83"}}
Any help is appreciated, thanks.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: