J'ai configuré mon premier Mantis

Mais j'ai un soucis, je n'arrive pas à recevoir de notification quand je créé une anomalie.
Voici ma configuration :
Code: Select all
$g_enable_email_notification = ON;
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => DEVELOPER,
'threshold_max' => ADMINISTRATOR);
$g_notify_flags['new'] = array('threshold_min' => DEVELOPER,
'threshold_max' => ADMINISTRATOR);
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/var/www/html/mantis/config/test.log';
Code: Select all
30-07-2020 08:00 UTC MAIL email_api.php:948 email_bug_added() Issue #10 reported
30-07-2020 08:00 UTC RECIPIENT email_api.php:285 email_collect_recipients() Issue = #10, add @U1 (reporter)
30-07-2020 08:00 UTC RECIPIENT email_api.php:357 email_collect_recipients() Issue = #10, add @U1 (based on access level)
30-07-2020 08:00 UTC RECIPIENT email_api.php:357 email_collect_recipients() Issue = #10, add @U10 (based on access level)
30-07-2020 08:00 UTC RECIPIENT email_api.php:429 email_collect_recipients() Issue = #10, drop @U1 (own action)
30-07-2020 08:02 UTC MAIL email_api.php:979 email_bugnote_add() Note ~11 added to issue #10
30-07-2020 08:02 UTC RECIPIENT email_api.php:285 email_collect_recipients() Issue = #10, add @U1 (reporter)
30-07-2020 08:02 UTC RECIPIENT email_api.php:342 email_collect_recipients() Issue = #10, add @U1 (note author)
30-07-2020 08:02 UTC RECIPIENT email_api.php:357 email_collect_recipients() Issue = #10, add @U10 (based on access level)
30-07-2020 08:02 UTC RECIPIENT email_api.php:429 email_collect_recipients() Issue = #10, drop @U1 (own action)
Merci de votre aide.
Kaliadon