Hi! I have the following problem:

I am using IIS 5.0 on Win2k, and I am unable to create COM objects. For
example, the following code will produce the script to halt:

 $myObject= new COM("CDONTS.NewMail");
 $myObject->to='[EMAIL PROTECTED]';
 $myObject->send();

The script stops in the second line, when i try to access the object's
methods and properties. No error message is displayed.

Help, please! I need this funcionality not only to send mails, but for a
bunch of other things.

Any ideas will be greatly appreciated.
Cheers and thanks in advance,
Diego.


Reply via email to