Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port 587 and Gmail API verification not working #1412

Open
kmswo146 opened this issue Dec 21, 2023 · 1 comment
Open

Port 587 and Gmail API verification not working #1412

kmswo146 opened this issue Dec 21, 2023 · 1 comment

Comments

@kmswo146
Copy link

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

@ErgjanJaha
Copy link

Gmail API has stopped working, it no longer is reliable. My guess is google has fixed this!
And you should not validate on port 587, use 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants