Hi,
how to send a mail to distribution group using flow. i am not the member of that group.i need to share the file once got saved in sharepoint to group members using flow
Solved! Go to Solution.
Hi @mmvignesh ,
I have made a test on my side and you could send email to Distribution group, and you just need to enter the Distribution group email address in the send an emil action, it is the same as send an email to a person.
The flow should as screenshot below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @mmvignesh ,
You need to be a member of that group. Also you need to use flow action List group members to get all the group members by Apply to each loop for sending the email notification.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @mmvignesh ,
I have made a test on my side and you could send email to Distribution group, and you just need to enter the Distribution group email address in the send an emil action, it is the same as send an email to a person.
The flow should as screenshot below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I had the same issue and found a workaround:
Just put the address of the distribution group into a string variable and use this variable in the send mail action.
This worked perfectly for me. I found that this would not let me include my E-mail in the TO: field along with the DL variable string. No worries. In this case I am a member of the DL so I was able to receive the Email sent to the DL.
User | Count |
---|---|
96 | |
40 | |
25 | |
22 | |
16 |
User | Count |
---|---|
129 | |
51 | |
48 | |
35 | |
24 |