Hi All,
I'm using Mantis 1.1.0rc3 but have problems with the email size. If a issue
is long (have more than 4 notes for example) the email notification does not
contains the full text and have limited size. Here you are my configuration:
<?php
...................
$g_use_iis = ON;
$g_allow_signup = OFF;
$g_send_reset_password = ON;
$g_administrator_email = '[EMAIL PROTECTED]';
$g_webmaster_email = '[EMAIL PROTECTED]';
$g_from_email = '[EMAIL PROTECTED]';
$g_from_name = 'NOREPLY Company Issues';
$g_return_path_email = '[EMAIL PROTECTED]';
$g_enable_email_notification = ON;
$g_allow_blank_email = OFF;
$g_limit_email_domain = OFF;
$g_show_user_email_threshold = NOBODY;
$g_mail_priority = 3;
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.company.com';
$g_email_send_using_cronjob = OFF;
$g_email_set_category = ON;
$g_email_separator1 = str_pad('', 70, '=');
$g_email_separator2 = str_pad('', 70, '-');
$g_email_padding_length = 28;
$g_show_version = ON;
$g_default_language = 'english';
$g_fallback_language = 'english';
$g_window_title = 'Company';
$g_show_priority_text = OFF;
$g_show_realname = ON;
$g_show_avatar = OFF;
$g_short_date_format = 'Y-m-d';
$g_normal_date_format = 'Y-m-d H:i';
$g_complete_date_format = 'Y-m-d H:i T';
$g_enable_sponsorship = OFF;
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = 'D:\Mantis_Files';
$g_max_file_size = 20000000;
$g_allowed_files = '';
$g_allow_delete_own_attachments = OFF;
$g_allow_reporter_close = OFF;
$g_enable_relationship = ON;
$g_email_receive_own = OFF;
$g_notify_flags['new']['threshold_min'] = DEVELOPER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => DEVELOPER,
'threshold_max' => DEVELOPER);
....................
?>
BR,
Dimitar
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help