This commit is contained in:
KANE LAZENI 2026-02-19 16:10:15 +00:00
parent 2272626ff4
commit e9d927138e
2 changed files with 30 additions and 16 deletions

View File

@ -11,13 +11,15 @@ $mail->isSMTP();
// 0 = off (for production use) // 0 = off (for production use)
// 1 = client messages // 1 = client messages
// 2 = client and server messages // 2 = client and server messages
$mail->SMTPDebug = 0; $mail->SMTPDebug = 0;
// $mail->SMTPDebug = 1;
// $mail->SMTPDebug = 2;
// $mail->Debugoutput = 'html'; // $mail->Debugoutput = 'html';
$mail->Host = 'smtp.gmail.com'; // $mail->Host = 'smtp.gmail.com';
// $mail->Host = gethostbyname('smtp.gmail.com'); $mail->Host = 'smtp.office365.com';
// if your network does not support SMTP over IPv6
$mail->Port = 587; $mail->Port = 587;
@ -25,12 +27,17 @@ $mail->SMTPSecure = 'tls';
$mail->SMTPAuth = true; $mail->SMTPAuth = true;
$mail->Username = "intersanteebene@gmail.com"; // $mail->Username = "intersanteebene@gmail.com";
// $mail->Password = "Moritio1973"; // $mail->Username = "intersante@radiant.rw";
$mail->Password = "hftebsmxzqviinuh"; $mail->Username = "bkwitonda@radiant.rw";
// $mail->setFrom('intersanteebene@gmail.com', 'INTER-SANTE : MEDICARE'); // $mail->Password = "Moritio1973";
$mail->setFrom('intersanteebene@gmail.com', 'RADIANT INSURANCE COMPANY'); // $mail->Password = "radiant@123?";
// $mail->Password = "ybad kjir ghck aokr";
$mail->Password = "office@2650000";
// $mail->setFrom('intersanteebene@gmail.com', 'RADIANT INSURANCE COMPANY');
$mail->setFrom('intersante@radiant.rw', 'RADIANT INSURANCE COMPANY');
$mail->addReplyTo('verification@radiant.rw', 'RADIANT INSURANCE COMPANY'); $mail->addReplyTo('verification@radiant.rw', 'RADIANT INSURANCE COMPANY');
// à activer en cas de besoin // à activer en cas de besoin

View File

@ -11,13 +11,15 @@ $mail->isSMTP();
// 0 = off (for production use) // 0 = off (for production use)
// 1 = client messages // 1 = client messages
// 2 = client and server messages // 2 = client and server messages
$mail->SMTPDebug = 0; $mail->SMTPDebug = 0;
// $mail->SMTPDebug = 1;
// $mail->SMTPDebug = 2;
// $mail->Debugoutput = 'html'; // $mail->Debugoutput = 'html';
$mail->Host = 'smtp.gmail.com'; // $mail->Host = 'smtp.gmail.com';
// $mail->Host = gethostbyname('smtp.gmail.com'); $mail->Host = 'smtp.office365.com';
// if your network does not support SMTP over IPv6
$mail->Port = 587; $mail->Port = 587;
@ -25,12 +27,17 @@ $mail->SMTPSecure = 'tls';
$mail->SMTPAuth = true; $mail->SMTPAuth = true;
$mail->Username = "intersanteebene@gmail.com"; // $mail->Username = "intersanteebene@gmail.com";
// $mail->Password = "Moritio1973"; // $mail->Username = "intersante@radiant.rw";
$mail->Password = "hftebsmxzqviinuh"; $mail->Username = "bkwitonda@radiant.rw";
// $mail->setFrom('intersanteebene@gmail.com', 'INTER-SANTE : MEDICARE'); // $mail->Password = "Moritio1973";
$mail->setFrom('intersanteebene@gmail.com', 'RADIANT INSURANCE COMPANY'); // $mail->Password = "radiant@123?";
// $mail->Password = "ybad kjir ghck aokr";
$mail->Password = "office@2650000";
// $mail->setFrom('intersanteebene@gmail.com', 'RADIANT INSURANCE COMPANY');
$mail->setFrom('intersante@radiant.rw', 'RADIANT INSURANCE COMPANY');
$mail->addReplyTo('verification@radiant.rw', 'RADIANT INSURANCE COMPANY'); $mail->addReplyTo('verification@radiant.rw', 'RADIANT INSURANCE COMPANY');
// à activer en cas de besoin // à activer en cas de besoin