View Single Post
Old 02-07-2006, 12:54 PM   #1 (permalink)
rikb53
Registered User
 
Join Date: Jan 2006
Posts: 29
rikb53 is on a distinguished road
Deploy a vb.net app on W2k Server,wont email now

guys, ive spent the last three weeks developing a vb.net service that will email people (table Driven) based on some results.
Now i deploy the service and all of its classes on a Server Running Windows 2000 Server (SP4) i believe and it wont email a soul.
i have several ways of emailing Using the System.Web.Mail One using VBScript creating a CDO object and One using a Socket Mail Class that uses the NetworkStream and TcpClient and specifically targets the Email server by node with port 25.
of course, i developed this on a machine running WinXP Pro. but now that im deploying it on Win2K Server, its basically not doing a thing.
the service is running fine and so is everything else.
but, since the whole end purpose of the program is to send emails - this is a HUGE problem and my Time is running out fast.

if anyone can help me out it would be greatly appreciated. i've pretty much run the gammit of researching the .NET for ideas - so i need some real help, code etc from the experts.
thanks again
In Panic
rik
rikb53 is offline   Reply With Quote