Hi John,
 
Sorry I missed this statement while posting the query on the mantis forum. But 
I have this statement in my config_inc.php file.
 
Just curious to know, has anyone tried receiving the mails from Mantis. I am 
asking this since, all the way while I was browsing on mantis help, I felt 
everyone has the same problem of no mails coming from Mantis.
 
So just wanted to know this.
 
Regards,
Naseer.

________________________________

From: John Reese [mailto:jre...@leetcode.net]
Sent: Wed 4/28/2010 2:54 AM
To: Help with Mantis
Subject: Re: [mantisbt-help] Mantis not sending emails



naseer.k...@wipro.com wrote:
> *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.

You probably missed setting the mail method to SMTP.  In your config_inc.php,
set  $g_phpMailer_method = PHPMAILER_METHOD_SMTP;

Cheers

--
John Reese
LeetCode.net

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


<<winmail.dat>>

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

Reply via email to