ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/cp-admin/ |
Upload File : |
<?php
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// E M A I L /////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$msg ='<html lang="fr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>';
$msg .='<div align="center" style="padding-top:20px;padding-bottom:20px;width:100%;background:#fff;font-size:12pt">
<table style="background-color: #ffffff; border: 1px solid #CCC; border-radius: 6px; outline: medium none; padding: 20px; width: 800px;;font-size:12pt;-webkit-box-shadow: 5px 5px 15px 5px #ccc; box-shadow: 5px 5px 15px 5px #ccc;font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;" cellspacing="0">
<tbody><tr><td style="text-align: center; vertical-align: top;font-size:12pt" colspan="5">';
$msg .='<img src="'.$wwwroot.'templates/shop/img/'.$Image_Logo.'" style="margin:10px;max-width:300px">';
$msg .='</td></tr>';
$msg .='<tr><td style="text-align: center; vertical-align: top;font-size:12pt" colspan="5">
<table style="width: 100%;">
<tbody><tr><td style="width: 100%; text-align: left; vertical-align: middle;font-size:12pt;line-height:16pt" colspan="2">
<br />
</td>
</tr>';
$msg .='<tr>
<td style="text-align: center;font-size:11pt" colspan="6"><br />';
$msg .= '
COMPTE PROFESSIONNEL SUSPENDU
<br /><br />Le compte de votre Entreprise <b>' . $entreprise_pro . ', A ETE SUSPENDU PAR NOTRE ADMINISTRATEUR.</b>
<br />Votre nouvelle remise sur notre site est de : <b>0%</b>.
<br /><br />Pour en connaitre la raison nous vous remercions de bien vouloir <br />prendre contact avec notre ADMINISTRATEUR.
<br /><br />';
$msg .='
</td>
</tr>
</tbody>
</table>';
$msg .='</td></tr>';
$msg .= '<tr>
<td style="text-align: left;font-size:12pt;line-height:16pt" colspan="6">';
$msg .= '</td></tr><tr><td style="text-align: left;" colspan="6"><p> </p></td></tr><tr><td style="text-align: center;" colspan="6"><table border="0" width="100%" cellspacing="5">
</table>
</td>
</tr>';
$msg .= '<tr><td style="text-align: center; vertical-align: middle;" colspan="6">';
if ($facebook !=="") {
$msg .= '
<a title="Voir notre page Facebook" href="'.$facebook.'" target="_blank">
<img src="../templates/shop/img/facebook.png" alt="" border="0" /></a> ';
}
if ($instagram!=="") {
$msg .= '
<a title="Voir notre page Instagram" href="'.$instagram.'" target="_blank">
<img src="../templates/shop/img/instagram.png" alt="" border="0" /></a> ';
}
if ($twitter!=="") {
$msg .= '
<a title="Voir notre page Twitter" href="'.$twitter.'" target="_blank">
<img src="../templates/shop/img/twitter.png" alt="" border="0" /></a>';
}
$msg .= '</td></tr>';
$msg .= '
<tr>
<td style="text-align: center; vertical-align: middle;" colspan="6"> </td>
</tr>
<tr>
<td style="text-align: center; vertical-align: middle;" colspan="6">
<div align="center"><span style="font-size: 8pt; color: #999999;"><span style="font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; display: inline ! important; float: none; background-color: #ffffff;">
<br />Conformément à la Loi Informatique et Libertés, vous disposez d\'un droit d\'accès de rectification <br />et d\'opposition en vous adressant à :</span></span>';
$msg .= '
<span style="color: #999999; font-family: Tahoma; font-size: 10pt;">'.$shop_company.' - adresse de correspondance : <br /></span><span style="color: #999999;">'.$shop_address.' - '.$shop_zip_code.' '.$shop_town.'</span></span></span></div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
';
$msg .='</body>
</html>';
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// E M A I L /////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Envoi message au client.
require('../includes/phpmailer/class.phpmailer.php');
$mail = new PHPMailer();
$mail->IsMail();
$mail->AddReplyTo($shop_email_rappel, $shop_title);
$mail->AddAddress($email_client);
$mail->SetFrom($shop_email_rappel, $shop_title);
$mail->Subject = "Compte Professionnel suspendu " . $shop_title;
$mail->MsgHTML($msg);
$mail->Send();
?>