AfterShip / email-verifier

:white_check_mark: A Go library for email verification without sending any emails.
MIT License
1.18k stars 149 forks source link

Support Use the specified SOCKS5 proxy host to perform email verification #44

Closed lryong closed 2 years ago

lryong commented 3 years ago

Use the specified SOCKS5 proxy host to perform email verification

tmsanghoclaptrinh commented 2 years ago

Hi @lryong , I try to use this feature and when I check smtp, the response is: "check smtp failed: EOF : EOF" I debugged, the code throw exception in function NewClient() (located in file stmp.go), in line 64 when call text.ReadResponse(220) Please help me for that

nandhamurali commented 2 years ago

@lryong I am also having the exact issue, using socks5 username:password proxy with port 25 open but getting EOF error when client, err := smtp.NewClient(conn, host)