| Current Path : /home/h/a/p/happyrenas/fun/activite.myreco.online/config_private/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/fun/activite.myreco.online/config_private/contact_config.example.php |
<?php // Copier ce fichier vers contact_config.php puis remplacer les valeurs. // Ne jamais versionner contact_config.php. const SMTP_HOST = "smtp.example.com"; const SMTP_PORT = 587; const SMTP_USERNAME = "contact@example.com"; const SMTP_PASSWORD = "mot_de_passe_a_remplir"; const SMTP_ENCRYPTION = "tls"; // "tls", "ssl" ou "" const MAIL_FROM = "contact@example.com"; const MAIL_FROM_NAME = "Activité MyReco"; const MAIL_TO = "adresse-destination@example.com";