Email not working on WAMP server
Posted: 10 May 2012, 12:54
Hello Guys,
I am stuck in one for problem with mantis. Please help me as early as possible. It's very critical to one of my project.
Techincal details are as follow:-
I am using following configuration in my system.
1) WAMP 2.2 Server
2) Mantis 1.2.8
3) Windows 2008 Server
Along with above, I have installed SMTP Server on windows.
When I tired to send mail from system using Java/PHP mailer, the mail is floating. But when trying with Manis application mails are floating i.e. on any change mails are recieved by user.
Also, I did the changes in only one file config_inc.php.
Below are the changes which I did in config_inc.php
<?php
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'SERVER NAME';
$g_smtp_username = 'abc@xyz.com';
$g_smtp_password = '';
$g_administrator_email = ''abc@xyz.com';
$g_webmaster_email = 'abc@xyz.com';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = 'abc@xyz.com';
$g_return_path_email = 'abc@xyz.com';
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;
$g_smtp_port = '25';
$g_smtp_connection_mode = 'ssl';
?>
When I checked in mantis_email_table in database. I got the enteries of events(triggers) which I did in mantis but emails were not reached to user. In table it shown me email has sent to all user which are present in mantis.
PLEASE HELP ME, IT'S VERY URGENT.
Please let me know where we need to changes to get emails. Also, let me know how can I check SMTP is configured correctly.
I am stuck in one for problem with mantis. Please help me as early as possible. It's very critical to one of my project.
Techincal details are as follow:-
I am using following configuration in my system.
1) WAMP 2.2 Server
2) Mantis 1.2.8
3) Windows 2008 Server
Along with above, I have installed SMTP Server on windows.
When I tired to send mail from system using Java/PHP mailer, the mail is floating. But when trying with Manis application mails are floating i.e. on any change mails are recieved by user.
Also, I did the changes in only one file config_inc.php.
Below are the changes which I did in config_inc.php
<?php
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'SERVER NAME';
$g_smtp_username = 'abc@xyz.com';
$g_smtp_password = '';
$g_administrator_email = ''abc@xyz.com';
$g_webmaster_email = 'abc@xyz.com';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = 'abc@xyz.com';
$g_return_path_email = 'abc@xyz.com';
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;
$g_smtp_port = '25';
$g_smtp_connection_mode = 'ssl';
?>
When I checked in mantis_email_table in database. I got the enteries of events(triggers) which I did in mantis but emails were not reached to user. In table it shown me email has sent to all user which are present in mantis.
PLEASE HELP ME, IT'S VERY URGENT.
Please let me know where we need to changes to get emails. Also, let me know how can I check SMTP is configured correctly.