G
Guest
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
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
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
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...