I am using CDONTS to send e.mails in my ASP. The problem i am getting is, The Instance of the Mail Object is getting created but when i go for using with the methods and properties of the Instance(of mail object) it gives the following error.
"
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/wip/xmlsearch/SendMail_cvc.asp, line 67
"
But when i check whether the Mail object's instance is created using "isObject(myMail)" (assuming 'myMail' as the object instance) it gives true.
Hope someone would help me out with this,
Thanks.
"
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
/wip/xmlsearch/SendMail_cvc.asp, line 67
"
But when i check whether the Mail object's instance is created using "isObject(myMail)" (assuming 'myMail' as the object instance) it gives true.
Hope someone would help me out with this,
Thanks.