I have installed mantis and created users, but my email notification is not working. would you please help me out? i configured my config_inc.php file as followed.
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = 'root';
$g_default_timezone = 'Asia/Kolkata';
$g_crypto_master_salt = 'HzYStp237n3sn+wmkWpQIM70+YyaiA4Y0c+jlapqZBE=';
# --- Anonymous Access / Signup ---
$g_allow_signup = ON;
$g_allow_anonymous_login = OFF;
$g_anonymous_account = '';
# --- Email Configuration ---
$g_phpMailer_method = PHPMAILER_METHOD_MAIL; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'reseller8.hrwebservices.net'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_username = 'heena@confluencesolution.com'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = 'heena@123'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_port = '465';
$g_webmaster_email = 'heena@confluencesolution.com';
$g_from_email = 'heena@confluencesolution.com'; # the "From: " field in emails
$g_return_path_email = 'heena@confluencesolution.com'; # the return address for bounced mail
# $g_from_name = 'Mantis Bug Tracker';
# $g_email_receive_own = OFF;
# $g_email_send_using_cronjob = OFF;
can anyone suggest me , how I make it working ?