Azure Logic Apps
Azure Logic Apps is a cloud service that helps you automate business processes, tasks, and workflows when you need to integrate apps, data, and services across organizations.
Create a list in your SharePoint site.
Create a logic app for SharePoint
Inside the Azure portal, click on "Create a resource" >> "Integration" and then, click "Logic App".
Next, give a name to your logic app, create or select a resource group, and confirm the location.
Then, "Create" the app.
After Azure deploys your app, the Logic Apps Designer opens and shows a page with an introduction video and commonly used triggers. Under Templates, choose Blank Logic App Templates.
I chose ‘SharePoint'.
Next, sign in to Sharepoint. For the trigger, I chose ‘When an item is created or modified'.
Next, add a new step and select an action. I selected the action ‘Office 365 Outlook – Send an email’.
Next, I signed in to the Outlook connection; then I filled out the send email card with "To", "Subject", and "Body".
In this example, I just put in the email of the new item in the To section of the email. (Instead of giving direct email addresses, I am using the email column of SharePoint list as the To recipients.)
Save the Logic App. One thing to note with logic apps is that the "Save" action basically makes the app ‘go-live’, so as soon as I save, it will start to run once every 2 minutes to pull my SharePoint list.
Let's test the logic app by adding a new SharePoint list item to my test list (a blank custom list).
And, if I check my inbox, I can see that my test email was generated and I can see the test title that I entered for my new item.