6 lines
147 B
PHP
Raw Normal View History

<?php
/** SERVEUR DE MESSAGERIE **/
define('SMTP_HOST', 'smtp.free.fr');
define('SMTP_PORT', 25);
define('SMTP_USER', '');
define('SMTP_PASS', '');