";
$msgB="![" .$mailAlt[19]. "](" .$mailImgPt[19]. ")
";
$msgB .="Chers administrateurs,
";
$msgB .="Une nouveau compte administrateur a été crée sur le site " .$_SESSION['nomSiteAff']. "
";
$msgB .="Voici les informations du compte :
";
$msgB .="Identifiant : $Login";
$msgB .='
---------------------------------
';
$msgB .='
Voir les statistiques
';
$msgB=stripslashes($msgB);
if (isset($debug[1]) && $debug[1] == '1' ) {
$usrSiteMsg .='
message_=' .$msgB. '
';
$usrSiteMsg .='mail compteCreate.php => $nbAdmin => ' .$nbAdmin;
}
// -----------------------------------------------------
// Pied de page
// -----------------------------------------------------
include ("./mails/pdpAdmin.php");
$msgB .=stripslashes($msgPdp);
$message_business = '
' .$sujet. '' .$msgB. '
';
if (isset($debug[1]) && $debug[1] == '1' ) {echo 'message_business=' .$message_business. '
';}
// -----------------------------------------------------
// Envoi des mails pour chaque admin
// -----------------------------------------------------
if (empty($_SESSION['nbAdmin'])) include ($includePath. "/req/15-init.adminMsgList.php");
for ( $ijk=0 ; $ijk<$_SESSION['nbAdmin'] ; $ijk++) {
if (isset($debug[1]) && $debug[1] == '1' ) { $debugMsg .= '
tableLibAdmin[' .$ijk. ']=' .$tableLibAdmin[$ijk]. ' | tableAdminSms[' .$ijk. ']=' .$tableAdminSms[$ijk];}
if ($lg=='') {$lg='FRA';}
$envMail = mailer(1, '','', 0, $_SESSION['smtpServer123'], $sujet, $message_business, $tableLibAdmin[$ijk],'', '', 0, $navMsg[10],$navMsg[23], 0, '', '', 'admin@123ventes.com', $_SESSION['from_mails'], '', $lg);
} //for nb admin
?>