Emailer- through proxy server

Blitz3D Forums/Blitz3D Programming/Emailer- through proxy server

Slomas(Posted 2010) [#1]
Hi

I am using this emailer code;

http://www.blitzbasic.com/codearcs/codearcs.php?code=20

which works fine, the host server is entered as:

Global mailhost$ = "smtp.myserver.com"

But If I want the email sent through a known proxy server instead of my own smtp server... is there a simple way to acheive this or am I getting in way over my head?

Any help much appreciated!

Steve


Warner(Posted 2010) [#2]
I believe -although I'm not too familiair with network programming- the port that is used should be enabled on the proxy server. In this case, I think it should be port 25.