pandorafms/pandora_console/include/email_config_user.php
2017-04-19 16:04:24 +02:00

20 lines
912 B
PHP

<?php
// ______ __ _______ _______ _______
//| __ \.---.-.-----.--| |.-----.----.---.-. | ___| | | __|
//| __/| _ | | _ || _ | _| _ | | ___| |__ |
//|___| |___._|__|__|_____||_____|__| |___._| |___| |__|_|__|_______|
//
// ============================================================================
// Copyright (c) 2007-2010 Artica Soluciones Tecnologicas, http://www.artica.es
// This code is NOT free software. This code is NOT licenced under GPL2 licence
// You cannnot redistribute it without written permission of copyright holder.
// ============================================================================
//Please setup your config to send emails
$email_from = array('pandora@pandorafms.org' => 'Pandora FMS');
$email_smtpServer = '127.0.0.1';
$email_smtpPort = 25;
$email_username = '';
$email_password = '';
?>