Hi
We have add the new issues, update issues, update issues, add the note, update note, delete note at that time mail not going to assigned user lists. Already It was working fine suddenly it is not working, we don't why it was happening.
We have tried to sending test mail and also sending send reminder mail from Send a reminder section on mantis, those mails are working fine
Only problem is when manage the note and issues, at that time mail is not working
kindly help me
We have done the following settings on config_inc.php file
# set these values to match your setup
$g_hostname = "localhost";
$g_db_username = "";
$g_db_password = "";
$g_database_name = "";
$g_db_type = "";
# --- email variables -------------
$g_administrator_email = '';
$g_webmaster_email = '';
# the "From: " field in emails
$g_from_email = '';
# the return address for bounced mail
$g_return_path_email = '';
$g_mail_reporter = "Mail";
$g_mail_use_reporter = ON;
$g_mail_debug = ON;
$g_mail_fetch_max = 1;
$g_mail_delete = ON;
# Write sender of the message into the bug report
$g_mail_save_from = ON;
# Parse MIME mails (may require a lot of memory)
$g_mail_parse_mime = ON;
# Parse HTML mails
$g_mail_parse_html = ON;
$g_mail_tmp_directory = '/tmp';
//$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
Thanks for advance
Mail sending problem
Moderators: Developer, Contributor