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
problem sending email via mantis
Moderators: Developer, Contributor
-
vivekanandan
- Posts: 5
- Joined: 17 Jan 2008, 07:08
how to configure php.ini with smtp
hi..
I'm using bitnami mantis version in windows xp.
the email conformation is not working as i found that the smtp in php.ini not configured.
then i cahnged the php.ini in the note pad to the following.
but it's not working still..
[mail function]
;
For Win32 only.
SMTP = my ip address
smtp_port = 25
; For Win32 only.
;sendmail_from = to my mail id,
can any help to configure the smtp or any other procedures to do more than this.
thanks.
I'm using bitnami mantis version in windows xp.
the email conformation is not working as i found that the smtp in php.ini not configured.
then i cahnged the php.ini in the note pad to the following.
but it's not working still..
[mail function]
;
For Win32 only.
SMTP = my ip address
smtp_port = 25
; For Win32 only.
;sendmail_from = to my mail id,
can any help to configure the smtp or any other procedures to do more than this.
thanks.