Forum Discussion
BradAtOhnyx
Aug 03, 2023Copper Contributor
Receiving email to teams channel
I have been trying to develop a solution which uses the Teams email address to deliver email content to teams channels. I have had mixed results with differing implementations. Because the teams ...
VasilMichev
Aug 03, 2023MVP
Messages send to a Teams channel address are routed through and processed in a "managed" Microsoft tenant, and we have zero visibility as to what happens therein. I'd avoid using this functionality for any critical processes.
As you are effectively forwarding external messages, it's likely that some protection feature is triggered, but you don't really have a way of knowing this. Best you can do is run a message trace, but even that will follow the message up to the point it was sent of the mail contact address.
As you are effectively forwarding external messages, it's likely that some protection feature is triggered, but you don't really have a way of knowing this. Best you can do is run a message trace, but even that will follow the message up to the point it was sent of the mail contact address.
- BradAtOhnyxAug 10, 2023Copper ContributorI understand that fact, but it doesn't help with my problem at all.
I assume that since this is a documented seemingly production feature, it should work reliably.
I am wondering if my described experience is in fact a widespread bug and not due to some misconfiguration I have.