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
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": "my@my-server.com", # 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":"justintyme83@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.","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":"justintyme83@gmail.com","domain":"gmail.com","is_valid_syntax":true,"username":"justintyme83"}}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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": "my@my-server.com", # 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":"justintyme83@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.","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":"justintyme83@gmail.com","domain":"gmail.com","is_valid_syntax":true,"username":"justintyme83"}}
Any help is appreciated, thanks.
Beta Was this translation helpful? Give feedback.
All reactions