Page 1 of 1

cannot sending email

Posted: 24 May 2021, 08:51
by andreab
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';

Re: cannot sending email

Posted: 25 May 2021, 14:39
by cas