34 lines
1.3 KiB
PHP
Executable File
34 lines
1.3 KiB
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
if (empty($tableLibAdmin)) {include ($includePath. "/req/15-init.adminMsgList.php");}
|
|
if (!isset($msgPdp)) $msgPdp='';
|
|
for ($ijk=0; $ijk<count($tableLibAdmin); $ijk++) {
|
|
if ($tableLibAdmin[$ijk]!="testeur@123ventes.com") {
|
|
// ce n'est pas le bon style a changer plus tard flag edt
|
|
$msgPdp .='<span>';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='<font color="#424242" size="2" >';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='<br>Destinataire(' .$ijk. ') en copie de ce mail : <font color="blue" size="2">administrateur' .$ijk.' => ' .$tableLibAdmin[$ijk]. '';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='</font>';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='</span>';
|
|
$msgPdp .="\n";
|
|
}
|
|
} //for nb admin
|
|
$msgPdp .= '<br><img style="width:45px" src="https://123ventes.com/images/logos/logo-bleu.png" />';
|
|
$msgPdp .='<font color="#424242" size="2" >';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='<br><br>Cordialement,';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='<br><br>Mail envoyé automatiquement depuis : ' .$server;
|
|
$msgPdp .="\n";
|
|
$msgPdp .='</font>';
|
|
$msgPdp .="\n";
|
|
$msgPdp .='<img width="50px" src="https://123ventes.com/images/logos/logo-bleu.png" /><br>';
|
|
$msgPdp .='✉️ contact@123ventes.com<br>';
|
|
$msgPdp .='🌐 123ventes.com<br>';
|
|
$msgPdp .='📞 06 14 99 30 58';
|
|
$msgPdp .="\n";
|
|
?>
|