Unable to configure email notification

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Rez
Posts: 7
Joined: 09 Feb 2015, 00:34

Unable to configure email notification

Post by Rez »

Dear all, I have configured my Email notification by writing following code i.e.

$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.
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Unable to configure email notification

Post by atrol »

Might help some way viewtopic.php?f=3&t=15398
Please use Search before posting and read the Manual
Rez
Posts: 7
Joined: 09 Feb 2015, 00:34

Re: Unable to configure email notification

Post by Rez »

Dear Mr. atrol Thanks for your Instruction but sorry to say that non of those technique have had work :( not even testmail.PHP Program (which I configure by replacing with my Gmail address and password and past it in htdocs (XAMPP ).
Now what can I do? It would be big help if you instruct me further on.

And there is another question i.e. There is no only php.ini Notpade in my /xampp/php folder that is why I did created one with the code extension=php_openssl.dll; Is it okay? but I did found there php.ini-production, php.ini-develoment and php.ini-configuration settings and I did tried that Code: extension=php_openssl.dll; in each of these notepade separately but non has worked. Well I am using Mantisbt-1.2.19 Version. Please Instruct me further. Thanks In advance :)
atrol
Site Admin
Posts: 8573
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Unable to configure email notification

Post by atrol »

I don't have any experience using MantisBT in XAMPP / Windows environment for productional purposes.
Sorry, no time for deeper investigations.
Please use Search before posting and read the Manual
Rez
Posts: 7
Joined: 09 Feb 2015, 00:34

Re: Unable to configure email notification

Post by Rez »

It's okay and thanks for everything Mr.atrol
Post Reply