Tridion 通过出站电子邮件发送的邮件出现问题

Tridion 通过出站电子邮件发送的邮件出现问题,tridion,tridion-2011,Tridion,Tridion 2011,我们通过出站电子邮件发送数千封邮件。我们有一份嵌入了四幅图像的时事通讯。但我们遇到了一个问题,这四幅图片中的一幅嵌入了时事通讯中的所有地方,当我们发送邮件时,其他图片应该出现在这些地方(我的意思是说,所有地方都出现了相同的图片)。在CMS中,新闻稿页面的预览非常好。如果有,建议解决方案 我们通过出站电子邮件发送数千封邮件。我们有一份嵌入了四幅图像的时事通讯。但我们遇到了一个问题,这四幅图片中的一幅嵌入了时事通讯中的所有地方,当我们发送邮件时,其他图片应该出现在这些地方(我的意思是说,所有地方都出

我们通过出站电子邮件发送数千封邮件。我们有一份嵌入了四幅图像的时事通讯。但我们遇到了一个问题,这四幅图片中的一幅嵌入了时事通讯中的所有地方,当我们发送邮件时,其他图片应该出现在这些地方(我的意思是说,所有地方都出现了相同的图片)。在CMS中,新闻稿页面的预览非常好。如果有,建议解决方案

我们通过出站电子邮件发送数千封邮件。我们有一份嵌入了四幅图像的时事通讯。但我们遇到了一个问题,这四幅图片中的一幅嵌入了时事通讯中的所有地方,当我们发送邮件时,其他图片应该出现在这些地方(我的意思是说,所有地方都出现了相同的图片)。在CMS中,新闻稿页面的预览非常好。如果有,建议解决方案

这是我们在一个DWT中的代码:

<tr style="background:@@header_background_color@@ url(@@TrimSpacesFromString(website_url)@@/@@TrimSpacesFromString(header_background_image_url)@@) repeat-x left top;">
    <td style="width:98px; padding:4px 14px 7px">
        <a href="@@website_url@@">
            <img src="@@EmbedImage(logo)@@" width="98" height="98" border="0" alt="@@GetKeyValueForTitle('football_club','AC')@@"/>
        </a>
    </td>
    <td  style="width:453px; padding:0px 14px 7px 0; vertical-align:top;">
        another table with data
    </td>
</tr>

另一个包含数据的表
第二DWT码

<tr>
    <!-- TemplateBeginRepeat name="list" -->        
    <td style="<!-- TemplateBeginIf cond="TemplateRepeatIndex<(listCount-1)" -->padding-right<!-- TemplateEndIf --><!-- TemplateBeginIf cond="TemplateRepeatIndex==(listCount-1)" -->padding-left<!-- TemplateEndIf -->:7px;">
        <table style="width:285px; padding:0 0 20px 0" cellspacing="0">         
            <tr>
            <!-- TemplateBeginIf cond="image" -->
                <td rowspan="2" style="padding:0px 5px 0 0px; width:127px; vertical-align:top;">                        
                    <!-- TemplateBeginIf cond="GetTextValueFromCompOrEmbedField(ID,'link', 'external_link','0')!=''" --> 
                        <!-- TemplateBeginIf cond="GetStatusForExternalUrl(GetTextValueFromCompOrEmbedField(ID,'link','external_link','0'))" -->                    
                            <a href="@@TrimSpacesFromString(GetTextValueFromCompOrEmbedField(ID,'link','external_link','0'))@@" 
                            style="color:@@header_link_color@@; text-decoration:none;" >
                                <!-- <img src="@@EmbedImage(image)@@" width="127" height="108" border="0" alt="players" /> -->                                  
                                <img src="@@EmbedImage(image)@@" width="127" height="108" border="0" alt="@@GetKeyValueForLabel('player','CM')@@" />
                            </a>
                        <!-- TemplateEndIf -->                          
                </td>
                <!-- TemplateEndIf -->                      
            </tr>

        </table>
    </td>
    <!-- TemplateEndRepeat -->      
</tr>


早期版本中存在一个缺陷,即发送多线程邮件或在系统负载较重时偶尔会导致嵌入图像或附件的图像ID为一串零,而不是唯一ID

这在2009年的SP1中得到了热修复,并被纳入了2011年的SP1中


您使用的是早期版本,因此建议的解决方案是升级到SP1 HR1

这是Tridion 2011的一个问题。它在2011年的SP1中被修复。在Tridion 2011中,每当发送大量电子邮件时,图像嵌入就无法正常工作。

首先发布模板代码?您使用的是哪一版本的Tridion?2011年GA、修补程序汇总1、Service Pack 1或Service Pack 1修补程序汇总1…我们正在使用EmbeddeImage()方法嵌入图像。我们仍然希望看到更多模板代码..“我们正在使用EmbeddeImage()方法嵌入图像”并没有告诉我们更多。。。