php - Checking Email exists via Proxy -


i've got code checks mailserver existence of email address.

i use open connection directly.

fsock = @fsockopen($mxhost, 25, $errno, $error, $this->con_timeout) 

however, unable figure out how process via socks proxy username , password.

can me out?


lets more concise:

$proxy = "1.2.3.4"; // proxy  $port = 8080; // proxy port  $fp = fsockopen($proxy,$port); // connect proxy fputs($fp, "connect $mailserver:25 ......"); 

i'm not sure fputs syntax should be.

thanks


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -