Forum Discussion
imughal
Jun 02, 2020Copper Contributor
You are not authorized to send mail on behalf of the specified sending
Hi, I have sharepoint list when user submit data into sharepoint list email send through MS Flow. when i use generic email id in sender option getting following error if i remove that account ...
Vikram_Samal
Jun 02, 2020MCT
imughal This is a typical MS Flow behavior. You have the the following options:
1. Configure the flow using the email which will be sending the email - My preferred approach and simple and manageable and finally not dependent on any user in case of user leaves the org. [Complexity : Low to Medium ]
2.You can always use the Office365.SharedMailboxSendEmail method of the Office 365 connector to send from a common shared mailbox. However, the user who is consuming the app need to have "Send-As" permissions to be able to get rid of the "send on behalf" issue. [Complexity : Medium to High ]
3.Use third party service such as SMTP [Complexity : High ]
If I could help to find the solution, please like or mark the answer as solution.
Thanks
Vik