| Current Path : /home/happyrenas/soiree.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/soiree.myreco.online/config_private/contact_config.php |
<?php
return [
'SMTP_HOST' => 'smtp.example.com',
'SMTP_PORT' => 587,
'SMTP_USERNAME' => 'contact@example.com',
'SMTP_PASSWORD' => 'mot_de_passe_a_remplir',
'SMTP_ENCRYPTION' => 'tls',
'MAIL_FROM' => 'contact@example.com',
'MAIL_FROM_NAME' => 'Soirée MyReco',
'MAIL_TO' => 'adresse-destination@example.com',
];