| Current Path : /home/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/happyrenas/fun/activite.myreco.online/config_private/contact_config.php |
<?php // Copier ce fichier vers contact_config.php puis remplacer les valeurs. // Ne jamais versionner contact_config.php. const SMTP_HOST = "smtp.gmail.com"; const SMTP_PORT = 587; const SMTP_USERNAME = "contact@myreco.online"; const SMTP_PASSWORD = "grby pxqw scoc lokn"; const SMTP_ENCRYPTION = "tls"; // "tls", "ssl" ou "" const MAIL_FROM = "contact@myreco.online"; const MAIL_FROM_NAME = "Activité MyReco"; const MAIL_TO = "contact@myreco.online";