Note that there are some explanatory texts on larger screens.

plurals
  1. POIssue with mails sent by Outbound Email
    text
    copied!<p>We are sending the mails in chunk of thousands through Outbound Email. We have a newsletter with four images embedded on it. But we have faced a problem that one of these four images getting embedded on all the places in newsletter where the other images should appear when we send mails(I mean to say same image is appearing on all the places). Preview of newsletter page is perfectly fine in CMS. Suggest solution if any.</p> <p>We are sending the mails in chunk of thousands through Outbound Email. We have a newsletter with four images embedded on it. But we have faced a problem that one of these four images getting embedded on all the places in newsletter where the other images should appear when we send mails(I mean to say same image is appearing on all the places). Preview of newsletter page is perfectly fine in CMS. Suggest solution if any.</p> <p>This is our code in one DWT:</p> <pre><code>&lt;tr style="background:@@header_background_color@@ url(@@TrimSpacesFromString(website_url)@@/@@TrimSpacesFromString(header_background_image_url)@@) repeat-x left top;"&gt; &lt;td style="width:98px; padding:4px 14px 7px"&gt; &lt;a href="@@website_url@@"&gt; &lt;img src="@@EmbedImage(logo)@@" width="98" height="98" border="0" alt="@@GetKeyValueForTitle('football_club','AC')@@"/&gt; &lt;/a&gt; &lt;/td&gt; &lt;td style="width:453px; padding:0px 14px 7px 0; vertical-align:top;"&gt; another table with data &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>2nd DWT Code</p> <pre><code>&lt;tr&gt; &lt;!-- TemplateBeginRepeat name="list" --&gt; &lt;td style="&lt;!-- TemplateBeginIf cond="TemplateRepeatIndex&lt;(listCount-1)" --&gt;padding-right&lt;!-- TemplateEndIf --&gt;&lt;!-- TemplateBeginIf cond="TemplateRepeatIndex==(listCount-1)" --&gt;padding-left&lt;!-- TemplateEndIf --&gt;:7px;"&gt; &lt;table style="width:285px; padding:0 0 20px 0" cellspacing="0"&gt; &lt;tr&gt; &lt;!-- TemplateBeginIf cond="image" --&gt; &lt;td rowspan="2" style="padding:0px 5px 0 0px; width:127px; vertical-align:top;"&gt; &lt;!-- TemplateBeginIf cond="GetTextValueFromCompOrEmbedField(ID,'link', 'external_link','0')!=''" --&gt; &lt;!-- TemplateBeginIf cond="GetStatusForExternalUrl(GetTextValueFromCompOrEmbedField(ID,'link','external_link','0'))" --&gt; &lt;a href="@@TrimSpacesFromString(GetTextValueFromCompOrEmbedField(ID,'link','external_link','0'))@@" style="color:@@header_link_color@@; text-decoration:none;" &gt; &lt;!-- &lt;img src="@@EmbedImage(image)@@" width="127" height="108" border="0" alt="players" /&gt; --&gt; &lt;img src="@@EmbedImage(image)@@" width="127" height="108" border="0" alt="@@GetKeyValueForLabel('player','CM')@@" /&gt; &lt;/a&gt; &lt;!-- TemplateEndIf --&gt; &lt;/td&gt; &lt;!-- TemplateEndIf --&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;!-- TemplateEndRepeat --&gt; &lt;/tr&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload