From 80e733adfb9f31fd1954b355bffe5006555350a8 Mon Sep 17 00:00:00 2001 From: Francesco Picone Date: Tue, 9 Dec 2025 17:24:34 +0100 Subject: [PATCH] fix --- includes/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/config.php b/includes/config.php index 0134461..31a1f89 100644 --- a/includes/config.php +++ b/includes/config.php @@ -76,10 +76,10 @@ define('USE_SMTP', true); // Imposta false per usare mail() PHP di base // Impostazioni SMTP - Gmail // Per Gmail: usa password applicazione da https://myaccount.google.com/apppasswords define('SMTP_HOST', 'smtp.gmail.com'); -define('SMTP_PORT', 587); +define('SMTP_PORT', 465); define('SMTP_USERNAME', 'pyco.networking@gmail.com'); // Inserisci la tua email Gmail define('SMTP_PASSWORD', 'iaxuxsvggkfmbzpa'); // Password applicazione (16 caratteri) -define('SMTP_ENCRYPTION', 'tls'); // tls o ssl +define('SMTP_ENCRYPTION', 'ssl'); // tls o ssl // ============================================ // CONFIGURAZIONE UPLOAD FILE