Posted by jacky.newsgroup on 11/09/06 00:46
Hi guys,
I'm new to php/Mantis/phpMailer.
I have installed Mantis and set it up to send mails by #0 - mail()
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 0;
phpMailer's class.phpmailer.php and class.smtp.php has been copied to
the php include directory and set path in php.ini
I have done a simple testing by running:
<?php
require("class.phpmailer.php");
$mail = new PHPMailer();
?>
And it doesn't have any error message.
However, Mantis doesn't email and gives the following error message:
PROBLEMS SENDING MAIL TO: jacky.newsgroup@gmail.com
Mailer Error: Could not instantiate mail function.
Could someone advice?
Thanks,
Jacky
Navigation:
[Reply to this message]
|