$g_allow_signup=ON;
$g_enable_email_notification=ON;
$g_phpMailler_mathod=PHPMAILER_METHOD_SMTP;
$g_smtp_host='smtp.gmail.com';
$g_smtp_connection_mode='tls';
$g_smtp_port=587;
$g_smtp_usename='Examole@gmail.com';
$g_smtp_password='*********';
$g_administrator_email='Example@gmail.com';
in the config _inc notepad in the mantis folder but the Email notification did not activated
I've even written another code i.e. "extention=php_openssl.ddl" in php.ini notepad in php folder. but in spite all these efforts all got futile.
Therefor. I would be very grateful if anyone instruct me how to configure email notification in order to send notification email for new user.
Any help much appreciate.
P.S. I'm using Mantisbt-1.2.19 and xampp-win32-5.6.3-0-VC11-installer to my Win 7. And have to say that administration_guide For mantisBT is not that helpful for configuration purpose. Well, Advance thanks to you all.