Hello
I had problems with mail notification after Mantis upgrade from 1.1.8 to 1.2.3. The thing is that email notification is being send to users who should not get it - randomly without any rules ( of course configuration has been checked). There was no problem with previous version. My Mantis run on winxp prof sp3 and wamp (Apache 2.2.11, PHP 5.2.9-1, Mysql 5.1.32). How to debug it and find solution ?
Email debugging
Moderators: Developer, Contributor
Re: Email debugging
add to config_inc.php and adjust path
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';Re: Email debugging
My config is :
Should i change
to ??
Code: Select all
$g_log_level = LOG_EMAIL;
$g_log_destination = 'file:path/mantis.log';
Code: Select all
$g_log_level = LOG_EMAIL; Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;