ID: 14211
Updated by: phanto
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: COM related
Operating System: Windows NT 4.0
PHP Version: 4.0.6
New Comment:

got no feedback. alan directed me to a msdn site mentioning a bug in the CDONTS 
thingie and i think it is related to it. will investigate this. closing for now (not 
an obvious php bug)

Previous Comments:
------------------------------------------------------------------------

[2001-11-25 12:49:24] [EMAIL PROTECTED]

there is no obvious bug in your script. is this com-server available somewhere ? what 
do i have to install to get it.

harald

------------------------------------------------------------------------

[2001-11-24 11:52:50] [EMAIL PROTECTED]

It is impossible to involve a method of COM object in the next script:

$objMail = new COM("CDONTS.NewMail");
$objMail->From    = "[EMAIL PROTECTED]";
$objMail->To      = "[EMAIL PROTECTED]";
$objMail->Subject = "Mail throughout COM";
$objMail->Body    = "Body of the message";
$objMail->Send();

The string "$objMail->Send();" prints next text: 
Invoke() failed: Exception occurred

But identical script writen on ASP works fine on the same server.

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=14211&edit=1


-- 
PHP Development 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