[PHP] can u find error in php file?

2002-01-08 Thread Balaji Ankem
?php include_once('Mail/smtp.php');include_once('Net/SMTP.php'); # Replace 127.0.0.1 with another SMTP host if needed$smtp_session = new Mail_smtp(array('10.145.0.18', 25, TRUE, '', ''));$headers['Subject'] = 'Sample subject';$headers['Reply-To'] = '[EMAIL PROTECTED]';$headers['From'] =

RE: [PHP] can u find error in php file?

2002-01-08 Thread Rick Emery
To: [EMAIL PROTECTED] Subject: [PHP] can u find error in php file? ?php include_once('Mail/smtp.php'); include_once('Net/SMTP.php'); # Replace 127.0.0.1 with another SMTP host if needed $smtp_session = new Mail_smtp(array('10.145.0.18', 25, TRUE, '', '')); $headers['Subject'] = 'Sample subject