Search found 1 match

by chn1088
20 Jul 2018, 07:46
Forum: EmailReporting
Topic: Sendmail do not work with relay host
Replies: 1
Views: 5269

Sendmail do not work with relay host

Hi all,

I installed XAMPP and mantisbt on my Linux machine.
Afterwards, I installed postfix with a relay host.
I tested the mail function in the command line and it worked.

Thereafter, I configured the config_inc.php file like follows:

$g_log_level = LOG_EMAIL|LOG_EMAIL_RECIPIENT;
$g_log ...