8 lines
258 B
PHP
8 lines
258 B
PHP
<?php
|
|
//define('CONF_MEL_FROM', 'supportdev@scores-decisions.com');
|
|
//define('CONF_MEL_TO', 'sbeaugrand@scores-decisions.com');
|
|
|
|
define('CONF_MEL_FROM', 'sbeaugrand@scores-decisions.com');
|
|
define('CONF_MEL_TO', 'supportdev@scores-decisions.com');
|
|
?>
|