problem sending email via mantis
Posted: 07 Dec 2006, 12:48
Hello, I'm using Mantis 1.0.5 with easyphp 1.8.0.1
Each time I want to sign up for a new account, the new account is create but impossible to receive the confirmation mail.
here is my config_inc.php :
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '';
# --- email variables -------------
$g_administrator_email = 'jojo@toto.com';
$g_webmaster_email = 'jojo@toto.com';
# the "From: " field in emails
$g_from_email = 'roreply@toto.com';
# the return address for bounced mail
$g_return_path_email = 'jojo@toto.com';
# --- file upload settings --------
# This is the master setting to disable *all* file uploading functionality
#
# The default value is ON but you must make sure file uploading is enabled
# in PHP as well. You may need to add "file_uploads = TRUE" to your php.ini.
$g_allow_file_upload = ON;
?>
Can anyone help me by telling me where is the problem ??? ??
Thank you,
Johan
Each time I want to sign up for a new account, the new account is create but impossible to receive the confirmation mail.
here is my config_inc.php :
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '';
# --- email variables -------------
$g_administrator_email = 'jojo@toto.com';
$g_webmaster_email = 'jojo@toto.com';
# the "From: " field in emails
$g_from_email = 'roreply@toto.com';
# the return address for bounced mail
$g_return_path_email = 'jojo@toto.com';
# --- file upload settings --------
# This is the master setting to disable *all* file uploading functionality
#
# The default value is ON but you must make sure file uploading is enabled
# in PHP as well. You may need to add "file_uploads = TRUE" to your php.ini.
$g_allow_file_upload = ON;
?>
Can anyone help me by telling me where is the problem ??? ??
Thank you,
Johan