Mantisbt does not send emails
Posted: 23 Oct 2023, 16:46
I included the configuration in the config_inc.php file and sendmail.ini file, but it still doesn't send emails.
$g_smtp_connection_mode = 'ssl'; ---> There I put "tls" and "ssl", it still doesn't work
config_inc.php
// GMAIL
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = "smtp.gmail.com";
$g_smtp_port = 587;
$g_smtp_username = "**@gmail.com";
$g_smtp_password = "password";
$g_smtp_connection_mode = 'tls';
$g_webmaster_email = '**@gmail.com';
$g_from_email = '**@gmail.com';
$g_return_path_email = '**@gmail.com';
$g_smtp_connection_mode = 'ssl'; ---> There I put "tls" and "ssl", it still doesn't work
config_inc.php
// GMAIL
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = "smtp.gmail.com";
$g_smtp_port = 587;
$g_smtp_username = "**@gmail.com";
$g_smtp_password = "password";
$g_smtp_connection_mode = 'tls';
$g_webmaster_email = '**@gmail.com';
$g_from_email = '**@gmail.com';
$g_return_path_email = '**@gmail.com';