SharePoint - 在工作流程中设置回复
我将 SharePoint 服务器设置为从专用电子邮箱发送电子邮件。但是,我有一个工作流程,可以将电子邮件发送到特定组,并且我希望该组的回复发送到不同的电子邮件箱。
我知道密件抄送是工作流程中可以更改的隐藏字段;我没有看到任何可以回复的内容。所以我不确定是否有一种简单的方法可以做到这一点。我有什么选择?我知道 CodePlex 上有一个工具可以做很多电子邮件活动,但我认为这可能有点过头了。
我很感激任何建议、忠告等。非常感谢!
I have my SharePoint server set to send e-mails from a dedicated e-mail box. However, I have a workflow that sends an e-mail out to a particular group, and I want replies from that group to go instead to a different e-mail box.
I know that BCC is a hidden field in a workflow that can be changed; I don't see anything for reply-to. So I'm not sure that there's an easy way to do it. What options do I have? I know there's a tool on CodePlex that does a lot with e-mail activities, but I think that might be overkill.
I appreciate any suggestions, advice, etc. Thanks very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,您无法使用现成的 SharePoint Designer 指定回复电子邮件地址。由于它是一个工作流,因此您可以创建一个自定义工作流操作将允许您做任何您想做的事情(包括发送带有回复地址的电子邮件)。这是一个非常复杂的过程,需要 C# 代码。
Basically, you can't specify a reply-to email address using SharePoint Designer out of the box. Since it is a workflow, you can create a Custom Workflow action that would allow you to do anything you want (including send an email with a reply-to address). This is a pretty involved process and will require C# code.