|
Using CDOSYS is another easy way to send email from VB.NET . For sending email using CDOSYS , you have to send email from Windows 2000/XP and also you have to be enabled SMTP Service in IIS .
Requirements
Windows XP/ Windows2000
Internet Information Services (IIS)
SMTP Services in IIS should be enable.
VB.NET SourceCode
You have to provide the informations like To Address , From Address and it is very important to enable your SMTP services in IIS .
|