Warning: send(includes/smtp.php): failed to open stream: No such file or directory in c:\appserv\www\nuke\includes\emailer.php on line 239
Warning: send(includes/smtp.php): failed to open stream: No such file or directory in c:\appserv\www\nuke\includes\emailer.php on line 239
Warning: send(): Failed opening 'includes/smtp.php' for inclusion (include_path='.;c:\php4\pear') in c:\appserv\www\nuke\includes\emailer.php on line 239
Fatal error: Call to undefined function: smtpmail() in c:\appserv\www\nuke\includes\emailer.php on line 242
***** และด้านล่างนี้คือ code ทีว่า error ครับ
if ( $this->use_smtp )
{
if ( !defined('SMTP_INCLUDED') )
{
include('includes/smtp.' . $phpEx);
}