【发布时间】:2014-08-15 03:55:36
【问题描述】:
if (!defined(‘olMailItem’)) define(“olMailItem”,0);
$objApp = new COM(“Outlook.Application”);
$myItem = $objApp->CreateItem(olMailItem);
$myItem->To=’xxxx@xxx.com’;
$myItem->SentOnBehalfOfName = ‘yyy@xxyyx.com’;
$myItem->Subject=”This is a test”;
$myItem->Body=”This is a Body Section now…..!”;
$myItem->Send();
我收到这个错误
致命错误:在 D:\NotEncrypted\xampp\htdocs\copper\system\modules\projects\index.php 第 11251 行 (!) com_exception: 错误 [0x80004004] 操作中止D:\NotEncrypted\xampp\htdocs\copper\system\modules\projects\index.php 在第 11251 行
感谢cmets和帮助家伙..
【问题讨论】: