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.
Can't send mail for a new issue is opened...
Moderators: Developer, Contributor
Re: Can't send mail for a new issue is opened...
Check out this bug, it has some information that may help you solve your problem.
http://www.mantisbt.org/bugs/view.php?id=7473
http://www.mantisbt.org/bugs/view.php?id=7473