|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-11-25 12:49 UTC] phanto@php.net
[2001-12-06 11:49 UTC] phanto@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
It is impossible to involve a method of COM object in the next script: $objMail = new COM("CDONTS.NewMail"); $objMail->From = "tushev@adviser.ru"; $objMail->To = "tushev@adviser.ru"; $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.