How to send 1 email to multiple owners on a SharePoint document library

  • 8 July 2021
  • 1 reply
  • 13 views

I need to send one email to all the document owners on a document library. Is this possible? I do not know how to do this. Can someone please help and maybe possible give step by step instructions. 


1 reply

Badge +12

@MykeeLee …


 



  1. Create a site workflow. 

    1. Query your document library and Document Owners and store them in collection

    2. Using For loop build the string and use it to send email

    3. You can also put email inside for loop to send email to each individual.




I don't your full requirement but based on what you've asked you can achieve using above method.

Reply