mirror of
https://grond.iut-fbleau.fr/stiti/SAE_2.02
synced 2024-11-12 22:01:41 +01:00
Modification
This commit is contained in:
parent
b29771fb81
commit
530dca6f15
@ -1,17 +1,17 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$config = array(
|
||||
'protocol' => '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
|
||||
);
|
||||
|
||||
?>
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$config = array(
|
||||
'protocol' => '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
|
||||
);
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user