How can I send mail on windows 98 using vb.net

  • Thread starter Thread starter Walter CF
  • Start date Start date
W

Walter CF

Hi, I develop an application that send mail using system.web.mail
namespace, It work without problems over Windows Xp, but in windows 98
it dont't work, I've
read from
http://msdn.microsoft.com/library/d...html/frlrfsystemwebmailsmtpmailclasstopic.asp
requirements to this Namespace CDOsys.dll or CDONTS.dll and windows
2000,Xp,NT. does it mean that my app will not send e-mails from a Win98
client? is there a way to send e-mails from Win98 (without using
socket)?

thanks
 
You can send mails the old fashioned way... Use Winsock.

There are plenty of examples available on sending mails using Winsock. You
will need the SMTP server address of course.

Regards
Cyril
 
Back
Top