View Issue Details

IDProjectCategoryView StatusLast Update
0020935mantisbtGeneralpublic2016-06-01 16:08
Reporterdeveshguzz Assigned Toatrol  
PrioritynormalSeverityblockReproducibilityhave not tried
Status closedResolutionno change required 
PlatformWindowsOSWindows 2012 R2OS VersionStandard
Summary0020935: Mantis not sending out any email notification
Description

Hello,
I have a new set up of mantis 1.2.10, schema 183.
I have Email reporting 0.9.1 as plugin.

Mantis is not sending out any email notifications.

It is running on Xampp 7.0.6 / PHP 7.0.6, Apache 2.4.18,OpenSSL 1.0.2, XAMPP Control Panel 3.2.2, Mercury Mail Transport System 4.63

I have changed the config_inc file and added the SMTP server I will be using. Still not working.

Can you help me please?

Thanks,

Devesh

Additional Information

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'besins_mantis';
$g_db_username = 'root';
$g_db_password = '';
$g_administrator_email = 'ITSUPPORT@xxx.com';
$g_webmaster_email = 'ITSUPPORT@xxx.com';

the sender email, part of 'From: ' header in emails

$g_from_email           = 'ITSUPPORT@xxx.com';
# the sender name, part of 'From: ' header in emails
$g_from_name            = 'MantisBT';
# the return address for bounced mail
$g_return_path_email    = 'ITSUPPORT@xxx.com';
$g_window_title         = 'MantisBT';    # browser window title
# set this to a unique identifier.  No spaces.
$g_cookie_prefix        = 'ymnppoge';
#signup disable TYS 24May2012
$g_allow_signup = OFF;
   $g_handle_bug_threshold = REPORTER; 

$g_allow_signup    = ON;  //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = '10.100.5.136';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 25;
$g_smtp_username = ''; 
$g_smtp_password = ''; 

?>

TagsNo tags attached.

Activities

atrol

atrol

2016-05-20 19:23

developer   ~0053202

deveshguzz,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).