Search found 1 match

by andreab
24 May 2021, 08:51
Forum: General Discussion
Topic: cannot sending email
Replies: 1
Views: 4445

cannot sending email

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 ...