Hello All,
I have an app using the Office365Outlook.SendEmailV2 function. Is it possible to have this email come from the Microsoft@Powerapps.com email address, without using PowerAutomate? (Like the flow does)
Office365Outlook.SendEmailV2(
User().Email,
"TEST",
"TEST",
{From: "Microsoft@Powerapps.com"}
)
I tried this, but get

Thank you,
EDIT: The answer was to use the "Mail" connector. 🙂