web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Sending bulk Outlook m...
Power Apps
Unanswered

Sending bulk Outlook mails with data from Sharepoint

(0) ShareShare
ReportReport
Posted on by 65

Hi Ms Community, I need to create a powerapp that would bulk send a mail to specific companies from SharePoint lists.

 

so let’s say I have a SharePoint list 3 Companies:

 

1) Microsoft | The e-Mailadress of the company| Personification 

2)Apple | The e-Mailadress of the company | Personification

3)Meta …   ….  (“Same stuff like above…”)

 

now I need to select lets say Apple and Microsoft from Powerapps, then automatically get their Emailadresses and be able to send the mail to both of them (individually. Can’t be CC) with a custom text/writing style and thumbnail. With a couple clicks of a button. All in powerapps ( with the data that is in SharePoint )

Categories:
  • BCLS776 Profile Picture
    8,994 Moderator on at

    Be careful about sending "bulk" emails. Some countries have anti-spam legislation or your email can get blacklisted by some services.

     

    You can create an experience in your app that has a gallery with the List of possible recipients, plus a checkbox in the item template so a user can select the desired ones.

     

    Then, you leverage the Outlook connector to send an email message:

    With({aFilter: Filter(myGallery.AllItems, cbChoice.Value = true)},
     ForAll(aFilter As aRec,
     Office365Outlook.SendEmailV2(
     LookUp(mySPList, 'Company Name' = aRec.'Company Name', Email),
     "Subject line text",
     "Email body text, which can include HTML"
     )
     )
    )

    You'll need to adjust this code for the specific names of your List, columns, and controls in your app.

     

    Hope that helps,

    Bryan

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard