Email not sent

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ELALJA
Posts: 3
Joined: 02 Nov 2016, 15:42

Email not sent

Post by ELALJA »

Hello,

I have installed mantis 1.3.3 with xampp for my project. The installation went through right but when I create a new user / change his password / affect to him a bug no notification mail are sent.

Here is my configuration in the file config_inc.php :

$g_allow_signup = ON ; //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP ;
$g_smtp_host = 'smtp.gmail.com' ;
$g_smtp_connection_mode = 'ssl' ;
$g_smtp_port = 465 ;
$g_smtp_username = 'myadress@gmail.com';
$g_smtp_password = 'mypassword';
$g_administrator_email = 'myadress';

Please help, I have done everything my dear friend google proposed and nothing worked.

Thank you in advance
ELALJA
Posts: 3
Joined: 02 Nov 2016, 15:42

Re: Email not sent

Post by ELALJA »

I also checked in mpp/php/php.ini that the line extension=php_openssl.dll; exists and allowed Connected applications and sites in my gmail account...

Any ideas ?
Post Reply