From 530dca6f15df0b42ffebefc303ff7b0b9145b627 Mon Sep 17 00:00:00 2001 From: Moncef STITI Date: Fri, 13 Sep 2024 00:40:37 +0200 Subject: [PATCH] Modification --- .../application/config/phpmailer.php | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/CodeIgniter-3.1.13/application/config/phpmailer.php b/CodeIgniter-3.1.13/application/config/phpmailer.php index bc5e5d8..d002d82 100644 --- a/CodeIgniter-3.1.13/application/config/phpmailer.php +++ b/CodeIgniter-3.1.13/application/config/phpmailer.php @@ -1,17 +1,17 @@ - 'smtp', // Protocole d'envoi des emails - 'smtp_host' => 'smtp.gmail.com', // Hôte SMTP - 'smtp_port' => 587, // Port SMTP - 'smtp_user' => 'onzeur.contact@gmail.com', // Nom d'utilisateur SMTP - 'smtp_pass' => 'ofoi hjpo isxf azdk', // Mot de passe SMTP - 'smtp_crypto' => 'tls', // Type de chiffrement (tls ou ssl) - 'mailtype' => 'html', // Type de contenu (text ou html) - 'charset' => 'utf-8', // Encodage des caractères - 'newline' => "\r\n", // Caractère de nouvelle ligne - 'wordwrap' => TRUE // Activation du retour automatique à la ligne -); - -?> + 'smtp', // Protocole d'envoi des emails + 'smtp_host' => 'smtp.gmail.com', // Hôte SMTP + 'smtp_port' => 587, // Port SMTP + 'smtp_user' => 'MAIL ICI', // Nom d'utilisateur SMTP + 'smtp_pass' => 'MOT DE PASSE ICI', // Mot de passe SMTP + 'smtp_crypto' => 'tls', // Type de chiffrement (tls ou ssl) + 'mailtype' => 'html', // Type de contenu (text ou html) + 'charset' => 'utf-8', // Encodage des caractères + 'newline' => "\r\n", // Caractère de nouvelle ligne + 'wordwrap' => TRUE // Activation du retour automatique à la ligne +); + +?>