Hi All,
I have deployed Mantis on an Apache Server 2.2.4 & i have installed MySQL 4.1 along with PHP 5.2.1
Whenever i try to create an account ( I would like to tell you here that I have the administrator rights), am propmpted to enter the username ,realname & password. Once i click on the create user button i am displayed with an error
"Mailer Error: Could not instantiate mail function."
though the user a/c is created he cannot login to the system becaz he has not received password bcaz there is a fail in sending mail .
Can anybody direct me how to overcome this problem?
Advance thanks,
Polarbear
Mailer Error: Could not instantiate mail function.
Moderators: Developer, Contributor
if you haven't configured your the email feature, you can type these in the config_inc.php
these will disable the email notification feature and enable the admin to assign the password to the user.
$g_enable_email_notification = OFF;
$g_send_reset_password = OFF;
$g_validate_email = OFF;
$g_check_mx_record = OFF;
these will disable the email notification feature and enable the admin to assign the password to the user.
$g_enable_email_notification = OFF;
$g_send_reset_password = OFF;
$g_validate_email = OFF;
$g_check_mx_record = OFF;