Groups | Blog | Home
all groups > iis smtp nntp > february 2005 >

iis smtp nntp : setting up email on a LAN


Tin Man
2/3/2005 9:58:14 AM
My ISP blocks port 25 as most do. I need to test out some sendmail code so
I need to be able to look at the email, as it gets received, to verify
everything. I figure that the only way to do this is to set up one of my xp
computers to run POP3 and then, somehow, specify that server when I
sendmail.

I have been looking through msdn and everywhere else but I can't find any
docs telling me how to set up POP3 on an xp computer or much of anything
else.

Any help would be appreciated.
TIA,
T

Kristofer Gafvert
2/3/2005 12:23:53 PM
Hi,

You don't need a POP3 server. Does your code do the actual sending, or
does it use an already existing SMTP server? If it do the sending, you
could just install SMTP on the development machine and send it to the SMTP
server. The emails will be available in the C:\Inetpub\mailroot\Drop
folder.

If your code uses a local SMTP service, you might need a remote server to
send to, and again, SMTP available in Windows XP works fine.

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


[quoted text, click to view]
AddThis Social Bookmark Button