Wincker

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

Send email to multiple users with sharepoint workflow

Environment: SP 3.0 + Office SharePoint Designer 2007

1. Create a new column in the list for the email recipients, say it's named EmailTo.

2. Go to the workflow designer, create a variable as type of string, say it's named MailRecipients.

3. Create two actions as below in workflow designer.

  a) Store the EmailTo's value into MailRecipients.
  b) Send an email, and set the recipient as variable MailRecipients.

posted on 2011-08-11 10:18  Wincker  阅读(340)  评论(2)    收藏  举报