M
Massimo Zaccarin
ok, I know that I have to use the System.Web.Mail.SmtpMail class, but I've
read from
http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp:
Requirements
Namespace: System.Web.Mail
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
does it mean that my app will not send e-mails from a Win98 client?
does that class use CDONTS?
is there a way to send e-mails from Win98 (without using socket)?
thanks
read from
http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp:
Requirements
Namespace: System.Web.Mail
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
does it mean that my app will not send e-mails from a Win98 client?
does that class use CDONTS?
is there a way to send e-mails from Win98 (without using socket)?
thanks