Hi all,
I know my question is kinda silly but please bare with me 😅.
My situation is that my company is using office ProPlus license but Outlook is still on-premise so I cannot connect outlook 365 to my Power App for the SendEmail function. And the company also restricts the use of 3rd party app too. About gateway, I don't have permission to do so.
I want that after clicking submit button, an email will be sent to some recipients (recipients data fed from input fields). So far, I have tried many ways and I could only use Notifications.SendEmailNotification() and it only sends email to me.
So my question is: "Can I adjust Notifications.SendEmailNotification() in a way that I could add more recipient beside myself" by editing JSON file for example.
Or is there any other way to send email to people by email when a button is clicked?
Thanks🤗🤗