Newsletter Impossible à envoyer

Inscrire dans ce forum tous les types de problèmes que vous rencontrez avec OpenCart

Newsletter Impossible à envoyer

Messagepar bminghet » 31 Mai 2013, 16:58

Bonjour,
Dans l'admin sous le menu "Ventes/Courriel" il m'est impossible d'envoyer une lettre d'information.
Bien que tout soit rempli correctement, j'ai le message "Le Message est requis !" qui apparaît en rouge sous ma zone "message"

Si quelqu'un pouvait m'éclairer :idea:

Merci d'avance :)
bminghet
 

Re: Newsletter Impossible à envoyer

Messagepar Onlytech » 31 Mai 2013, 17:48

Bonjour,
Ce bug a été relevé y a un peu de temps. On a mis les fichiers à jour suite à ça

Pour corriger:
1- ouvrir le fichier "contact.tpl" dans le répertoire "admin\view\template\sale"
2- A la ligne 244, changer:
Code: Tout sélectionner
$('textarea[name=\'message\']').html($('textarea[name=\'message\']').val());

par:
Code: Tout sélectionner
$('textarea[name=\'message\']').html(CKEDITOR.instances.message.getData());


Voilà ;)
Image
Onlytech
Administrateur
 
Messages: 308
Inscrit le: 18 Juil 2009, 18:15

Re: Newsletter Impossible à envoyer

Messagepar bminghet » 01 Juin 2013, 02:43

Merci pour votre réponse et désolé si le pb avait déjà été exposé, j'avais cherché mais j'ai pas trouvé :oops:

Je viens donc de corriger, ça ne me met plus de message d'erreur et ça me dit que c'est bien envoyé !

Le problème maintenant est qu'aucune lettre d'info arrive aux destinataires ;)
bminghet
 

Re: Newsletter Impossible à envoyer

Messagepar nabouill » 01 Juin 2013, 11:24

Bonjour,
Vous avez ce probleme qu'avec la news lettrer ou avec n'importe quel envoi de mail depuis le site (exemple formulaire de contact, ou notification de mise à jour de la commande client) ?
-OpenCart v1.5.4 en Français
-Hébergeur: 1and1
-Template + ou - perso
-Module: vqmod manager, page content.
-Script vqmod:
    -beop_all_clean_urls.xml
    -cache_manager.xml
    -remove_category_image.xml
    -vqmm_menu_shortcut.xml
nabouill
 
Messages: 36
Inscrit le: 11 Jan 2012, 02:15

Re: Newsletter Impossible à envoyer

Messagepar bminghet » 01 Juin 2013, 12:11

Bonjour,
je viens de faire les tests, tout le reste fonctionne (contact et notifications)
Merci pour votre aide :)
bminghet
 

Re: Newsletter Impossible à envoyer

Messagepar Imaxine » 02 Juin 2013, 12:23

Vous avez bien vérifié le dossier de courriers indésirables si le message n'est pas passé la bas?
Imaxine
 
Messages: 3023
Inscrit le: 27 Juil 2009, 19:28

Re: Newsletter Impossible à envoyer

Messagepar bminghet » 02 Juin 2013, 20:42

Bonjour,
oui, justement, au niveau de mes messageries, j'ai virer tous les filtres pour les essais.
Que ce soit pour l'émettrice ou pour la réceptrice.
bminghet
 

Re: Newsletter Impossible à envoyer

Messagepar Rodmedia » 24 Oct 2013, 16:37

Bonjour,

Je me permets de vous écrir car je rencontrais le même problème, une fois la modif effectuee dans "contact.tpl" le mail pars mais dans la boite mail des clien seul l'objet du mail aparais,

voici l'exemple de newsletter que je voulais envoyer mais rien n'apparais:
Code: Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<title>Sweet17 - Clean Minimalist Newsletter Template</title>
<style type="text/css">
html {
   width:100%
}
::-moz-selection {
background:#FF381E;
color:#fff
}
::selection {
background:#FF381E;
color:#fff
}
body {
   background-color:#f2f2f2;
   margin:0;
   padding:0
}
.ReadMsgBody {
   width:100%;
   background-color:#f2f2f2
}
.ExternalClass {
   width:100%;
   background-color:#f2f2f2
}
a {
   color:#FF381E;
   text-decoration:none;
   font-weight:400;
   font-style:normal
}
a:hover {
   color:#262626;
   text-decoration:none;
   font-weight:400;
   font-style:normal
}
p, div {
   margin:0!important
}
table {
   border-collapse:collapse
}
@media only screen and (max-width:640px) {
table table {
width:100%!important
}
td[class=full_width] {
width:100%!important
}
div[class=div_scale] {
width:440px!important;
margin:0 auto!important
}
table[class=table_scale] {
width:440px!important;
margin:0 auto!important
}
td[class=td_scale] {
width:440px!important;
margin:0 auto!important
}
img[class=img_scale] {
width:100%!important;
height:auto!important
}
img[class=divider] {
width:440px!important;
height:2px!important
}
table[class=spacer] {
display:none!important
}
td[class=center] {
text-align:center!important
}
table[class=full] {
width:400px!important;
margin-left:20px!important;
margin-right:20px!important
}
}
@media only screen and (max-width:479px) {
table table {
width:100%!important
}
td[class=full_width] {
width:100%!important
}
div[class=div_scale] {
width:280px!important;
margin:0 auto!important
}
table[class=table_scale] {
width:280px!important;
margin:0 auto!important
}
td[class=td_scale] {
width:280px!important;
margin:0 auto!important
}
img[class=img_scale] {
width:100%!important;
height:auto!important
}
img[class=divider] {
width:280px!important;
height:2px!important
}
table[class=spacer] {
display:none!important
}
td[class=center] {
text-align:center!important
}
table[class=full] {
width:240px!important;
margin-left:20px!important;
margin-right:20px!important
}
}
</style>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f2f2f2" style="padding: 0; margin: 0;">
  <tr>
    <td class="full_width" align="center" width="100%" bgcolor="#f2f2f2" style=""><!-- START OF PRE-HEADER BLOCK--><!-- END OF PRE-HEADER BLOCK-->
      <!-- START OF SPACER--><!-- END OF SPACER-->
      <!-- START OF HEADER FOR LOGO OR YOUR BANNER-->
      <table class="table_scale" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" bgcolor="#ffffff" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 30px 20px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:18px;"><a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/logo.png" width="241" height="115" alt="sweet17 logo" border="0" style="display: inline-block;" /> </a></td>
              </tr>
            </table></td>
        </tr>
      </table>
      <!-- END OF HEADER FOR LOGO OR YOUR BANNER-->
      <!-- START OF DIVIDER IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:0;"><img class="divider" src="http://yldeal.ch/newsletter/images/divider.png" width="600" height="2" alt="divider image" border="0" style="display: block;" /></td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF DIVIDER IMAGE-->
      <!-- START OF 1/3 AND 2/3 COL LEFT IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 1/3 COL LEFT-->
            <table class="full" align="left" width="173" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" width="100%" align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:18px;"><a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/img-173-173.png" width="173" height="173" alt="img-173-173" border="0" style="display: inline;" /> </a></td>
              </tr>
            </table>
            <!-- END OF 1/3 COL LEFT-->
            <!-- START OF SPACER-->
            <table width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 2/3 COL RIGHT-->
            <table class="full" align="left" width="367" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" align="left" valign="top" style="margin:0; padding: 0px; font-family:Lucida Sans Unicode; font-style: normal; color:#677b82; font-size:18px; line-height:28px;"><span> <a href="#" style="color:#677b82; text-decoration: none; font-style: normal;"> Produit 1</a> </span></td>
              </tr>
              <tr>
                <td class="" height="10" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" align="left" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: normal; color:#aaaaaa; font-size:13px; line-height:23px;"><span> Bref déscriptif du produit.<br />
                Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.                </span></td>
              </tr>
              <tr>
                <td class="" height="20" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" bgcolor="#ffffff" align="left" valign="top" style="padding: 0px;"><table border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FF381E" style="margin: 0;">
                    <tr>
                      <td align="center" valign="middle" bgcolor="#FF381E" style="padding: 5px 20px; text-transform: normal; font-size: 12px; line-height: 18px; font-family: Arial,sans-serif; color:#ffffff; margin: 0 !important; "><a href="http://www.yldeal.ch/index.php?route=product/product&product_id=28" style="font-weight: bold; font-style: normal; color:#ffffff; text-decoration: none;"> ACHETTER</a></td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <!-- END OF 2/3 COL RIGHT-->
            <!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER--></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF 1/3 AND 2/3 COL LEFT IMAGE-->
      <!-- START OF DIVIDER IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:0;"><img class="divider" src="http://yldeal.ch/newsletter/images/divider.png" width="600" height="2" alt="divider image" border="0" style="display: block;" /></td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF DIVIDER IMAGE-->
      <!-- START OF 2/3 AND 1/3 COL RIGHT IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 2/3 COL LEFT-->
            <table class="full" align="left" width="367" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" align="left" valign="top" style="margin:0; padding: 0px; font-family:Lucida Sans Unicode; font-style: normal; color:#677b82; font-size:18px; line-height:28px;"><span> <a href="#" style="color:#677b82; text-decoration: none; font-style: normal;"> Produit 2<s></s> </a> </span></td>
              </tr>
              <tr>
                <td class="" height="10" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" align="left" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: normal; color:#aaaaaa; font-size:13px; line-height:23px;"><span>Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.. </span></td>
              </tr>
              <tr>
                <td class="" height="20" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" bgcolor="#ffffff" align="left" valign="top" style="padding: 0px;"><table border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FF381E" style="margin: 0;">
                    <tr>
                      <td align="center" valign="middle" bgcolor="#FF381E" style="padding: 5px 20px; text-transform: normal; font-size: 12px; line-height: 18px; font-family: Arial,sans-serif; color:#ffffff; margin: 0 !important; "><a href="http://www.yldeal.ch/index.php?route=product/product&product_id=30" style="font-weight: bold; font-style: normal; color:#ffffff; text-decoration: none;">ACHETTER</a></td>
                    </tr>
                  </table></td>
              </tr>
            </table>
            <!-- END OF 2/3 COL LEFT-->
            <!-- START OF SPACER-->
            <table width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 1/3 COL RIGHT-->
            <table class="full" align="left" width="173" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" width="100%" align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:18px;"><a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/img-173-173.png" width="173" height="173" alt="img-173-173" border="0" style="display: inline;" /> </a></td>
              </tr>
            </table>
            <!-- END OF 1/3 COL RIGHT-->
            <!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER--></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF 2/3 AND 1/3 COL RIGHT IMAGE-->
      <!-- START OF DIVIDER IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:0;"><img class="divider" src="http://yldeal.ch/newsletter/images/divider.png" width="600" height="2" alt="divider image" border="0" style="display: block;" /></td>
              </tr>
            </table></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF DIVIDER IMAGE-->
      <!-- START OF 1/3 AND 2/3 COL LEFT IMAGE-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 1/3 COL LEFT-->
            <table class="full" align="left" width="173" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" width="100%" align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:18px;"><a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/img-173-173.png" width="173" height="173" alt="img-173-173" border="0" style="display: inline;" /> </a></td>
              </tr>
            </table>
            <!-- END OF 1/3 COL LEFT-->
            <!-- START OF SPACER-->
            <table width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF 2/3 COL RIGHT-->
            <table class="full" align="left" width="367" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" align="left" valign="top" style="margin:0; padding: 0px; font-family:Lucida Sans Unicode; font-style: normal; color:#677b82; font-size:18px; line-height:28px;"><span> <a href="#" style="color:#677b82; text-decoration: none; font-style: normal;"> Produit 3</a></span></td>
              </tr>
              <tr>
                <td class="" height="10" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" align="left" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: normal; color:#aaaaaa; font-size:13px; line-height:23px;">Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.Bref déscriptif du produit.</td>
              </tr>
              <tr>
                <td class="" height="20" style="padding:0; line-height: 0;">&nbsp;</td>
              </tr>
              <tr>
                <td class="center" bgcolor="#ffffff" align="left" valign="top" style="padding: 0px;"><table border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FF381E" style="margin: 0;">
                  <tr>
                    <td align="center" valign="middle" bgcolor="#FF381E" style="padding: 5px 20px; text-transform: normal; font-size: 12px; line-height: 18px; font-family: Arial,sans-serif; color:#ffffff; margin: 0 !important; "><a href="http://www.yldeal.ch/index.php?route=product/product&product_id=31" style="font-weight: bold; font-style: normal; color:#ffffff; text-decoration: none;"> ACHETTER</a></td>
                  </tr>
                </table></td>
              </tr>
            </table>
            <!-- END OF 2/3 COL RIGHT-->
            <!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="40">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER--></td>
        </tr>
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF 1/3 AND 2/3 COL LEFT IMAGE-->
      <!-- START OF SOCIAL PROFILE BLOCK-->
      <table class="table_scale" bgcolor="#ffffff" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td bgcolor="#e5e5e5" valign="middle" style="padding-top: 20px; padding-bottom: 20px; margin: 0; "><!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="32"></td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF LEFT COLUMN FOR HEADING-->
            <table class="full" align="left" width="270" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" align="left" valign="middle" style="margin:0; padding: 0px; font-family:Lucida Sans Unicode; font-style: normal; color:#677b82; font-size:18px; line-height:28px;"><span> Suivez nous sur:</span></td>
              </tr>
            </table>
            <!-- END OF LEFT COLUMN FOR HEADING-->
            <!-- START OF SPACER-->
            <table width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="20"></td>
              </tr>
            </table>
            <!-- END OF SPACER-->
            <!-- START OF RIGHT COLUMN FOR SOCIAL ICONS-->
            <table class="full" align="left" width="270" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td class="center" align="right" valign="middle" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:100%;"><a href="http://facebook.com/yldeal" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/facebook.png" width="32" height="32" alt="facebook" border="0" style="display: inline;" /> </a> &nbsp;&nbsp;&nbsp;<a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/twitter.png" width="32" height="32" alt="twitter" border="0" style="display: inline;" /> </a> &nbsp;&nbsp;&nbsp;<a href="#" style="font-style: normal;"> <img src="http://yldeal.ch/newsletter/images/youtube.png" width="32" height="32" alt="youtube" border="0" style="display: inline;" /> </a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
              </tr>
            </table>
            <!-- END OF RIGHT COLUMN FOR SOCIAL ICONS-->
            <!-- START OF SPACER-->
            <table class="spacer" width="20" align="left" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;">
              <tr>
                <td width="100%" height="32">&nbsp;</td>
              </tr>
            </table>
            <!-- END OF SPACER--></td>
        </tr>
      </table>
      <!-- END OF SOCIAL PROFILE BLOCK-->
      <!-- START OF FOOTER BLOCK-->
      <table class="table_scale" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" bgcolor="#ffffff" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 30px 20px; font-family:Arial, sans-serif; font-style: normal; color:#aaaaaa; font-size:13px; line-height:23px;"><span>Si vous souhaitez vous désinscrire de cette newsletter cliquer sur le lien ci dessous:<br>
                </span><span style="color:#FF381E;"><a href="#" style="color:#FF381E; font-style: normal; text-decoration: none;">Désinscrire </a> </span></td>
              </tr>
            </table></td>
        </tr>
      </table>
      <!-- END OF FOOTER BLOCK-->
      <!-- START OF FOOTER SHADOW-->
      <table class="table_scale" bgcolor="#f2f2f2" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td><table align="center" width="600" cellpadding="0" cellspacing="0" border="0">
              <tr>
                <td align="center" valign="top" style="padding: 0px; font-family:Arial, sans-serif; font-style: italic; color:#677b82; font-size:12px; line-height:18px;"><img class="img_scale" src="http://yldeal.ch/newsletter/images/footer-shadow.png" width="600" height="30" alt="img 600 290" border="0" style="display: block;" /></td>
              </tr>
            </table></td>
        </tr>
      </table>
      <!-- END OF FOOTER SHADOW-->
      <!-- START OF SPACER-->
      <table bgcolor="#f2f2f2" class="table_scale" width="600" align="center" cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td width="100%" height="40">&nbsp;</td>
        </tr>
      </table>
      <!-- END OF SPACER--></td>
  </tr>
</table>
</body>
</html>


Image

Savez pour quoi le contenu du message n'est pas envoyer et seul l'objet arrive.

Meilleures salutations
Version : Opencart 1.5.5.1_FR
herbergeur : Infomaniak
Rodmedia
 
Messages: 4
Inscrit le: 11 Oct 2013, 15:52


Retour vers Rapports de Problèmes

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit et 2 invité(s)

cron
Copyright © 2009-2013 OpenCart France - Tous droits réservés