cannot sending email
Posted: 24 May 2021, 08:51
I have installed 2.4.0 version of MantisBT on a CentOS server.
On these server have a functional Postfix Smtp Mail server configured.
I cannot send any mail from Mantis.
Section configured in my config_inc.php file:
/* Email Settings */
$g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL;
$g_smtp_host = 'localhost';
$g_smtp_port = 25;
$g_smtp_connection_mode = 'tls';
On these server have a functional Postfix Smtp Mail server configured.
I cannot send any mail from Mantis.
Section configured in my config_inc.php file:
/* Email Settings */
$g_phpMailer_method = PHPMAILER_METHOD_SENDMAIL;
$g_smtp_host = 'localhost';
$g_smtp_port = 25;
$g_smtp_connection_mode = 'tls';