On Mon, 6 Aug 2001 17:44:29 -0500
"Diego Fulgueira Pastor" <[EMAIL PROTECTED]> wrote:

> 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();

Im no expert here, but shouldnt the second line be
$myObject->to('[EMAIL PROTECTED]');

Or am i missing something here


micke <[EMAIL PROTECTED]>
-- 
"Love is a snowmobile racing across the tundra.  Suddenly it flips
over, pinning you underneath.  At night, the ice weasels come."
                                        -- Matt Groening


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to