ID: 14211
Updated by: phanto
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: COM related
Operating System: Windows NT 4.0
PHP Version: 4.0.6
New Comment:
there is no obvious bug in your script. is this com-server available somewhere ? what
do i have to install to get it.
harald
Previous Comments:
------------------------------------------------------------------------
[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]