Hi @v-jefferni
At present I am sending a email with Office365Outlook.SendEmailV2 by clicking Button in canvas Apps & Sender as Shared Mail Box. (no-reply@123.com)
I am able to send the mail because my mail has connected to Shared mail box. But all the other user are not able to send email because not connected to the shared mail box & I am the App owner.
Now I am planning to do same in Power Automate.
My Office365Outlook.SendEmailV2 code as follows
Office365Outlook.SendEmailV2("email@123.com" ,
/*subject, commenting it will move the body below to the header*/
"Employee food order Deletion Request - Department : "&TextInput4_5.Text&" Requested By "&TextInput4_6.Text&"",
/*body*/
"<p> <b> <font color=blue> Hi," & "Name" & "</font></b> </p>" &
"Employee food order Deletion Request" & " </br>" &
"Order No :<b>" & SI5_26.Text &" </b> </br>" &
"Emp Department :<b>" & TextInput4_5.Text &" </b> </br>" &
"Emp ID :<b>" & SI5_29.Text&" </b> </br>" &
"Emp Name :<b>" & SI2_3.Text &" </b> </br>" &
"Emp Meal For :<b>" & SI5_31.Text &" </b> </br>" &
"Date & Time :<b>" & Text(Now(), "[$-en-US]dd/mmm/yyyy hh:mm AM/PM") & " </b></br></p>" &
"Reason for Delete:<b>" & TextInputCanvas5_1.Value & "</b></br>" &
"<p><font color=black><i>Regards, "&TextInput4_6.Text&"<i></font></b></p>" &
"<p><font color=Red><i>*This is a system generated email - please do not reply to it.<i></font></b></p>"
, {Cc:"",Bcc:"abc@123.com",From:"no-reply@123.com"}
);
Request you help me develop flow in Power Automate.
Thanks & Regards
Yes, understood mail will go through App Owner Send as "Shared mailbox".
I am applying same logic, But it not working in this flow.
Thanks & Regards
That's correct but it doesn't mean you can send "Email from all users from shared mail box (no-reply)".
In fact only App-Owner can send as a shared mailbox.
I have created a flow "When an item is created"
In this flow Shared mailbox access is provided only App-Owner, Users does not have access to shared mailbox.
When user submit the data mail will receive from no-reply (Shared mailbox) not user mail ID.
Thanks & Regards
>I have another flow sending Email from all users from shared mail box (no-reply) which I have not provided any access of shared mail box.
And how can you send as any user from a shared mailbox?
Could you publish this flow here?
Hi @Srini007
I have another flow sending Email from all users from shared mail box (no-reply) which I have not provided any access of shared mail box. Only App owner is having access of shared mail box access.
Thanks & Regards
This is because the user don't have the access to the Shared mailbox
You can add the user to get the access to Shared Mailbox using below link for your reference
Hope this may help you
Thanks,
Srini
Hi @Srini84
It Working for App Owner, But not working for User
Request you suggest.
Thanks & Regards
Hi @Srini007
It Working for App Owner, But not working for User
Request you suggest.
Thanks & Regards
stampcoin
57
Michael E. Gernaey
47
Super User 2025 Season 1
rzaneti
29
Super User 2025 Season 1