.
This commit is contained in:
@@ -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', 465);
|
||||
define('SMTP_PORT', 587);
|
||||
define('SMTP_USERNAME', 'pyco.networking@gmail.com'); // Inserisci la tua email Gmail
|
||||
define('SMTP_PASSWORD', 'iaxuxsvggkfmbzpa'); // Password applicazione (16 caratteri)
|
||||
define('SMTP_ENCRYPTION', 'ssl'); // tls o ssl
|
||||
define('SMTP_ENCRYPTION', 'tls'); // tls o ssl
|
||||
|
||||
// ============================================
|
||||
// CONFIGURAZIONE UPLOAD FILE
|
||||
|
||||
Reference in New Issue
Block a user