赛捷软件论坛's Archiver

Li103ZzZ 发表于 2009-6-19 00:18

关于群发邮件问题

<P>在BUTTON的属性里有下面一段话:</P><P>PermissionsEntity and PermissionsType: If you want the<BR>button to be added based on a users security profile for an<BR>entity, use the PermissionsEntity and PermissionsType<BR>parameters. PermissionsEntity is the name of the entity.<BR>PermissionsType is either VIEW, EDIT, DELETE or<BR>INSERT, depending on the action of the button.</P><P>在发一封邮件的时候用下面语句就行了:</P><P>&nbsp;var strScript3 = "javascript: x = window.open(&#39;"+eWare.URL(1500) + "&amp;comm_to="+record.itemasstring("ccus_applicantemail") + ExtraKeys + "&amp;Key-1="+iKey_CustomEntity+"&amp;PrevCustomURL="+List.prevURL+"&amp;E=AOpportunity"+"&amp;Frame=popup"+"&#39;,&#39;AOpportunity&#39;,&#39;scrollbars=yes,resizable=yes,width=920,height=600&#39;); void (x);";</P><P>Container.AddButton(eWare.Button("Send Email","NewEmail.gif",strScript3, &#39;communication&#39;, &#39;insert&#39;));</P><P>但现在我要群发邮件,就是一次发送多封邮件给不同的客户。如果再用上面的语句就显示不行了</P><P>因为上面的语句一次只能插入一条的记录。而群发邮件要求的是一次插入多条的记录。</P><P>有没有好的解决办法???</P>

Li103ZzZ 发表于 2009-6-19 00:21

Re:关于群发邮件问题

如果有,能不能给我现成的代码参考参考,谢谢

Li103ZzZ 发表于 2009-6-19 01:11

Re:关于群发邮件问题

这个论坛讨论技术的人好像很少。呵呵

Rex 发表于 2009-6-19 17:40

Re:关于群发邮件问题

<P>你好:</P><P>这一部分没有现成的代码。</P><P>而且群发邮件应该是后台实现的,不应该是前台去做的, 请可以下mailmanager中的相关解释</P>

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.