Problem with email configuration in Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jithinkcs
Posts: 72
Joined: 29 Jan 2010, 08:20

Problem with email configuration in Mantis

Post by jithinkcs »

Hi,

Mail notification is not working in Mantis.

Version : Mantis 1.2.4
OS : Ubuntu 9.10 , PHP 5.2.10, MySQL 5.x

Please see my mail configuration settings in Config_inc.php

$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_administrator_email = "xxx.x@gmail.com";
$g_webmaster_email = "yyy.y@gmailcom";

# the "From: " field in emails
$g_from_email = "yyy.y@gmailcom";

# the return address for bounced mail
$g_return_path_email = "yyy.y@gmailcom";

# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;

# This option allows you to use a remote SMTP host. Must use the phpMailer script
# Name of smtp host, needed for phpMailer, taken from php.ini
$g_smtp_host = "smtp.gmail.com";
# "gmail-smtp-in.l.google.com";

# These options allow you to use SMTP Authentication when you use a remote
# SMTP host with phpMailer. If smtp_username is not '' then the username
# and password will be used when logging in to the SMTP server.

$g_smtp_username = "yyy.y@gmailcom";
$g_smtp_password = "***********";


$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;


But it is not working, I also checked "Please read this if you have problems with emails" (http://www.mantisbt.org/forums/viewtopi ... =3&t=15398) thread in Mantis form. But didn't work.

Is there anyway to trouble shoot email issue in Mantis ?

Regards,
Jithin K
Post Reply