6 lines
154 B
PHP
6 lines
154 B
PHP
|
<?php
|
||
|
/** SERVEUR DE MESSAGERIE **/
|
||
|
define ('SMTP_HOST', 'smtp.celeste.fr');
|
||
|
define ('SMTP_PORT', 25);
|
||
|
define ('SMTP_USER', '');
|
||
|
define ('SMTP_PASS', '');
|