Can't send mail for a new issue is opened...

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
freedom
Posts: 3
Joined: 17 Jun 2008, 02:10

Can't send mail for a new issue is opened...

Post by freedom »

Hi all,

I have a problem, Mantis cannot send mail for a new issue, a new member or a updated issue...

I've just installed Mantis v 1.2.0a1 on localhost. I use Xampp version 1.6.6a on WinXP.
I read the way how to config email on http://manual.mantisbt.org/manual.confi ... .email.php and also followed that instruction but the problem's not been resolved.

I've changed below information in 'config_defaults_inc.php' file:
- $g_administrator_email = 'abc@gmail.com';
- $g_webmaster_email = 'abc@gmail.com';
- $g_from_email = 'noreply@example.com';
- $g_return_path_email = 'abc@gmail.com';
- $g_enable_email_notification = ON;
- $g_email_receive_own = ON;
- $g_phpMailer_method = 2;
- $g_smtp_host = 'smtp.gmail.com';
- $g_phpMailer_path = 'C:\xampp\htdocs\mantis\core\phpmailer';
- $g_smtp_username = 'abc';
- $g_smtp_password = '123456';

In adding, I also changed a few informations in 'php.ini' file:
- remove the first semicolon from lines:
extension=php_imap.dll
extension=php_smtp.dll
- SMTP = smtp.gmail.com
- smtp_port = 465
- sendmail_from = abc@gmail.com

Besides, I logged in Mantis with system administrator and then went to Manage => Manage Configuration => Email Notifications, changed some function for user can receive email when issue is updated.

But, at now Mantis cannot send mail for the notification... This is a first problem in my context.
What should I do to resolved it?!! Give me advice...

Sorry I'm being confusing...
I'm a newbie.

Thanks.
vzw614
Posts: 143
Joined: 15 May 2008, 14:59

Re: Can't send mail for a new issue is opened...

Post by vzw614 »

Check out this bug, it has some information that may help you solve your problem.

http://www.mantisbt.org/bugs/view.php?id=7473
Post Reply