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

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
 
C

Cyril Gupta

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top