'1.0', 'Content-Type' => 'text/plain; charset=UTF-8; format=flowed', 'Content-Transfer-Encoding' => '8bit', ); // Mail sender address $mail_sender='sms-noreply@example.fr'; // Catch all email to the following specified address //$mail_catch='root@example.fr'; // Load local configuration file is present if (is_file($root_dir_path.'/includes/config.local.php')) { require $root_dir_path.'/includes/config.local.php'; }