Gotcha. That's about all the information I'll needed, I'll look into some alternatives, and thanks for the links!
=Blain -----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]] On Behalf Of Craig Andera Sent: Tuesday, July 23, 2002 12:06 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] System.Web.Mail.SmtpMail across platforms. > Just used this System.Web.Mail.SmtpMail in a small app, and it seems to > work great on 2k and XP, but it doesn't appear to work on NT4. Actually, if you look at the docs for SmtpMail, it's documented that it isn't supported on NT4. (SmtpMail overview->Platforms). Not sure what this means for you, but it does clue you in on what Microsoft is likely to say about this. There seem to be a number of components for sale and for free out there. I found this one googling (never used it or even heard of it before): http://www.exclamationsoft.com/exclamationsoft/smtp.net/default.asp And this one, which appears to be free (beware possible licensing/redistribution issues): http://www.dotnet4all.com/default.asp?NavID=518 You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
