Hi,
I would like to send email via my .asp page.
I am using Windows XP Pro and IIS 5.1.
I know that you can send email via asp pages in Windows NT but when I try the follwing code:
Set Obj = Server.CreateObject("CDONTS.NewMail" I get an error saying "ActiveX Component cannot create object".
Is there any way of sending simple email messages usign asp in xp pro? If so how?
Alternatively, can i do the same thing using a vbs file instead? I've tried using the same code in a .vbs file but get the same error :
Set Obj = CreateObject("CDONTS.NewMail" gets the same error.
Thanks
MrPeds
I would like to send email via my .asp page.
I am using Windows XP Pro and IIS 5.1.
I know that you can send email via asp pages in Windows NT but when I try the follwing code:
Set Obj = Server.CreateObject("CDONTS.NewMail" I get an error saying "ActiveX Component cannot create object".
Is there any way of sending simple email messages usign asp in xp pro? If so how?
Alternatively, can i do the same thing using a vbs file instead? I've tried using the same code in a .vbs file but get the same error :
Set Obj = CreateObject("CDONTS.NewMail" gets the same error.
Thanks
MrPeds