如何在 sharepoint 2010 工作流程中自定义电子邮件通知?
我的共享点应用程序中有一个随机工作流程,允许员工在某个假期期间提出请求!因此必须发送一些电子邮件。 我想通过以下方式自定义此电子邮件通知:
- 语言(默认为“en”,我会 如果可能的话喜欢改变)
- 结构
非常感谢! 乔治
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我仍然不知道如何自定义电子邮件通知...也许您可以查找它的模板并在那里“自定义”它,但这会更改所有通知的它...
所以这不是真正的解决方案!
不管怎样,我找到了一个很好的方法来改变语言。
嗯,电子邮件通知始终采用实际站点/SiteCollection/...
的“默认语言”(您可以在“站点操作/站点设置/站点管理/语言设置”中找到)这个问题你应该检查我对这个问题的回答 语言 ID] 和安装的语言包)...做一些事情,例如用喜欢的语言发送通知邮件(例如在像我这样的工作流程中)如上所述)。
当您的工作(即工作流程的工作)完成后,您可以将网站的语言设置回原始语言,然后您就完成了!
I still got no idea how you can customize an email-notification...perhaps you could look for it's tamplate and "customize" it there, but this would change it for all notificaitons...
so that's not a real solution!
anyway, I've found a quite good way to change the language.
Well, email notifications always take the "default language" (which you can find in Site Actions/Site Settings/Site Administration/Language Settings) from the actual Site/SiteCollection/...
regarding to this problem you should check my answer to this question link
So, now you can change a Site's default language to a new one(of course only if you got the right [Language ID]and the language pack(s) installed)...do some stuff like sending notification mails in favored language(s) (for example within a workflow like the one I've described above).
When your work(act. the workflow's work) is done you can set back the Site's language to the original one and you're done!