|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-12-27 08:32 UTC] akhilesh at ctree dot com
Description:
------------
i was trying to $Mail = new COM("CDONTS.NewMail");
and repeatedly getting
Warning: (null)(): Invalid ProgID, GUID string, or Moniker:
error
Expected result:
----------------
just fire the mail to the destination address
Actual result:
--------------
Warning: (null)(): Invalid ProgID, GUID string, or Moniker:
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 19:00:02 2025 UTC |
i was trying to $Mail = new COM("CDONTS.NewMail"); and repeatedly getting Warning: (null)(): Invalid ProgID, GUID string, or Moniker: error