a
This commit is contained in:
17
Cron/Ebenegmail.php
Executable file → Normal file
17
Cron/Ebenegmail.php
Executable file → Normal file
@@ -3,9 +3,8 @@
|
||||
// date_default_timezone_set("Africa/Kigali");
|
||||
require 'PHPMailer/PHPMailerAutoload.php';
|
||||
|
||||
$mail = new PHPMailer(true);
|
||||
$mail->CharSet = 'UTF-8'; // Utiliser UTF-8
|
||||
$mail->Encoding = 'base64'; // Encodage du contenu
|
||||
$mail = new PHPMailer;
|
||||
|
||||
$mail->isSMTP();
|
||||
|
||||
//Enable SMTP debugging
|
||||
@@ -26,11 +25,17 @@ $mail->SMTPSecure = 'tls';
|
||||
|
||||
$mail->SMTPAuth = true;
|
||||
|
||||
$mail->Username = "intersanteebene@gmail.com";
|
||||
// $mail->Username = "intersanteebene@gmail.com";
|
||||
$mail->Username = "radiantinsuranceltd@gmail.com";
|
||||
|
||||
$mail->Password = "Moritio1973";
|
||||
// $mail->Password = "Moritio1973";
|
||||
// $mail->Password = "radiant@123?";
|
||||
|
||||
$mail->setFrom('intersanteebene@gmail.com', 'INTER-SANTE');
|
||||
$mail->Password = "ybad kjir ghck aokr";
|
||||
|
||||
// $mail->setFrom('intersanteebene@gmail.com', 'RADIANT INSURANCE COMPANY');
|
||||
$mail->setFrom('radiantinsuranceltd@gmail.com', 'RADIANT INSURANCE COMPANY');
|
||||
$mail->addReplyTo('verification@radiant.rw', 'RADIANT INSURANCE COMPANY');
|
||||
|
||||
// à activer en cas de besoin
|
||||
// $mail->msgHTML(file_get_contents('contents.html'), dirname(__FILE__));
|
||||
|
||||
Reference in New Issue
Block a user