Hi Rohit,
 
Thanks for the reply.
 
We have done the below configuration but not much use.
 
I have the below queries, pls can you provide your inputs:
 
1. Which Mantis version should I use? (1.2.0 or 1.2.1). I got a reply
from mantis forum to use 1.2.1.
 
2. Which webserver I need to use. Presently I am using Apache 2.2. Are
you also using Apache or IIS?
 
3. I am trying to put the below configuration in 'config_inc.php' and
'config_default_inc.php'. Is this enough or do I need to do some more
configuration in anyother file.
 
4. Finally, for the 'lost password' and 'reset password' functionalities
to work, I am putting these statements($g_send_reset_password = ON and
$g_lost_password_feature = ON) in 'config_inc.php' file. Is this enough?
 
Awaiting for your kind reply.
 
Thanks & Regards,
Naseer.

________________________________

From: Rohitabh Solanki [mailto:rohit...@digitalconcepts.in] 
Sent: Wednesday, April 28, 2010 11:53 AM
To: 'Help with Mantis'
Subject: Re: [mantisbt-help] Mantis not sending emails



Hi Naseer I had same problem few weeks ago but I changed following lines
and everything working fine now

config_defaults_inc.php  file.

 

1-              $g_hostname  = 'localhost';

                 $g_db_username= 'root';

                 $g_db_password= 'password';

                 $g_database_name= 'bugtracker';

 

2-             $g_administrator_email ='mym...@company.in';

                 $g_webmaster_email    = ' mym...@company.in';

 

3-              $g_from_email                  = ' mym...@company.in ';

 

4-              $g_enable_email_notification = ON;

 

5-              $g_email_receive_own              = ON;

 

6-              $g_phpMailer_method               = 2;  //this one very
important 

 

7-               $g_smtp_host                = 'smtp.company. in';

 

 

From: naseer.k...@wipro.com [mailto:naseer.k...@wipro.com] 
Sent: Wednesday, April 28, 2010 12:41 AM
To: mantisbt-help@lists.sourceforge.net
Subject: [mantisbt-help] Mantis not sending emails

 

Hi,

 

I have installed Mantis Version 1.2.0 on a Windows XP machine, but I am
not getting any mails from Mantis.

 

My setup details:

Mantis Version: 1.2.0
Apache Version: 2.2
SQL Version: 5.1
PHP Version: 5.2.13

 

Mantis has been installed successfully and we are able to create the
user logins and also register bugs in Mantis.

 

The problem is, we are not getting any mails from Mantis on creation of
new user account or on registering a new bug. Neither the reset password
or lost password features are sending any mails.

 

Don't know where the problem is, and any help towards this will be
highly appreciable.

 

My configuration details:
$g_smtp_host='xx.xx.xx.xx'; /* Don't know is this right format */
$g_smtp_connection_mode= 'ssl';
$g_smtp_port = 25;
$g_smtp_username = 'name';
$g_smtp_password = 'password';

 

We have tried all the possible help which we could get from google but
not much use.

 

So, pls let us know is we are missing any configuration.

 

Thanks & Regards,
Naseer.

------------------------------------------------------------------------------
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to