"; // image de mail_business : voir comment avoir une image admin $msgB .=''; $msgB .='

'; $msgB .="Cher administrateur,"; $msgB .="

Une publication de votre site a été effectuée."; $msgB .="

Gestionnaire à l'origine de la mise à jour : " .$adminMail; $msgB .="
Opérations effectuées : "; $msgB .='A bientôt sur ' .$_SESSION['nomSiteAff']. ''; $msgB=stripslashes($msgB); $msgB .="

---------------------------------------
"; if (!isset($_SESSION['intServer'])) include ($includePath. '/req/01-init.environnement.php'); include ("./mails/pdpAdmin.php"); $msgB .=stripslashes($msgPdp); if (isset($debug[12]) && $debug[12] == '1' ) { $debugMsg .= monDebug (1, ['msgB'=> $msgB],'mailPublier.php');} $message_business = '' .$sujet. '' .$msgB. '
'; // ----------------------------------------------------- // Liste admins tableLibAdmin // ----------------------------------------------------- if (empty($tableLibAdmin)) include ("../_include/req/15-init.adminMsgList.php"); // ----------------------------------------------------- // Envoi du mail // ----------------------------------------------------- for ($ijk=0; $ijk $tableLibAdmin[$ijk] ],'');} if ($lg=='') {$lg='FRA';} $envMail = mailer(1, '','', 0, $_SESSION['smtpServer123'], $sujet, $message_business, $tableLibAdmin[$ijk], '', '', 0, $navMsg[9], $navMsg[22],0, '', '', $_SESSION['expediteur_mails123'], $_SESSION['from_mails123'], '', $lg); } ?>