关于群发邮件问题
<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> var strScript3 = "javascript: x = window.open('"+eWare.URL(1500) + "&comm_to="+record.itemasstring("ccus_applicantemail") + ExtraKeys + "&Key-1="+iKey_CustomEntity+"&PrevCustomURL="+List.prevURL+"&E=AOpportunity"+"&Frame=popup"+"','AOpportunity','scrollbars=yes,resizable=yes,width=920,height=600'); void (x);";</P><P>Container.AddButton(eWare.Button("Send Email","NewEmail.gif",strScript3, 'communication', 'insert'));</P><P>但现在我要群发邮件,就是一次发送多封邮件给不同的客户。如果再用上面的语句就显示不行了</P><P>因为上面的语句一次只能插入一条的记录。而群发邮件要求的是一次插入多条的记录。</P><P>有没有好的解决办法???</P>Re:关于群发邮件问题
如果有,能不能给我现成的代码参考参考,谢谢Re:关于群发邮件问题
这个论坛讨论技术的人好像很少。呵呵Re:关于群发邮件问题
<P>你好:</P><P>这一部分没有现成的代码。</P><P>而且群发邮件应该是后台实现的,不应该是前台去做的, 请可以下mailmanager中的相关解释</P>页:
[1]