Hi @Phineas ,
Firstly, can you please remember to post any code in Text also. There is nothing wrong with this code (note the V2 and I would not bother with Importance as that is the Default)
Set(
_emailRecipientString,
Concat(
MyPeople,
Mail & ";"
)
)
0ffice3650utlook.SendEmailV2(
_emailRecipientString,
TextEmailSubject1.Text,
TextEmailMessage1.Text
);
Reset(TextEmailSubject1);
Reset(TextEmailMessage1);
Clear(MyPeople)
Providing you have valid email addresses in MyPeople. Put _emailRecipientString on a Label and see if it shows the emails you were expecting.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps