<?php
        $g_hostname = 'localhost';
        $g_db_type = 'mysql';
        $g_database_name = 'bugtracker_new';
        $g_db_username = 'openexchange';
        $g_db_password = '********';
        $g_administrator_email  = 'abc@xyz.de';
        $g_webmaster_email      = 'abc@xyz.de';
        $g_from_email           = 'abc@xyz.de';
        $g_allow_file_upload    = ON;
        $g_allow_signup                 = OFF;
        $g_email_receive_own    = OFF;
        $g_show_project_menu_bar = OFF;
        $g_allow_reporter_close         = ON;

        /* hinzugefuegt am 20160314 */
        $g_enable_email_notification = ON;
        $g_phpMailer_method = PHPMAILER_METHOD_SMTP;
        $g_smtp_host = 'smtp.office365.com';
        #$g_smtp_host = 'localhost';#

        $g_smtp_connection_mode = 'tls';
        $g_smtp_port = 587;


        /* Ende hinzugefuegte programmzeilen, 20160314 */



                            $g_default_notify_flags =
                            array('reporter' => ON, 'handler' => ON, 'monitor' => ON,
                            'bugnotes' => ON, 'threshold_min' => MANAGER, 'threshold_max'
                            => ADMINISTRATOR);
                            $g_notify_flags['new']['threshold_min'] = MANAGER;
                            $g_notify_flags['new']['threshold_max'] = ADMINISTRATOR;

$g_notify_flags['owner']['threshold_max'] = MANAGER;
$g_notify_flags['owner']['threshold_max'] = ADMINISTRATOR;
$g_notify_flags['owner']['reporter'] = ON;

/*Email tracing, loeschen wenn nicht mehr benoetigt, 20160229 */

$g_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';

?>
