Hi,
i'm using the code described here
http://www.lazaruspascal.it/index.php?page=8 to send emails with Lazarus.
It works fine at home on Win7 and Ubuntu, but here at work, on WinXP i have
problems. I think that the problem is that here at work there is a proxy
server.

With the code described in prevoius link, i have the error "Connection
timeout"

I've also tried adding this code:

 smtp.Sock.HTTPTunnelIP:='ProxyName';
 smtp.Sock.HTTPTunnelPort:='8080';


But the problem is non solved, because i have an error "10091:'Network
subsystem is unusable'".

How can i solve the problem.

Thanks in advance, Mario
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to