SOLVED

MS Teams Channel email validation

Copper Contributor

I am integrating an option on my app to send updates to teams channel via email. I created a channel and got the email address like this: xxxxx.company.onmicrosoft.com@emea.teams.ms


So I was just thinking if I have to add a validation regex to this email is it fine if I use something like:

/^([\w\.]+)@emea.teams.ms$/

or this domain/subdomain (emea.teams.ms) can change in some instances?

1 Reply
best response confirmed by saurabhiam (Copper Contributor)
Solution

It depends on the region where the tenant is created, so for US tenants it will be us.teams.ms, etc.

1 best response

Accepted Solutions
best response confirmed by saurabhiam (Copper Contributor)
Solution

It depends on the region where the tenant is created, so for US tenants it will be us.teams.ms, etc.

View solution in original post