Fix Teams Webinar Registration Does Not Send Confirmation in the New Teams Desktop App
🔍 WiseChecker

Fix Teams Webinar Registration Does Not Send Confirmation in the New Teams Desktop App

When you register for a Teams webinar in the new Teams desktop app, the confirmation email sometimes never arrives. This leaves attendees unsure whether their registration went through and can cause confusion on the day of the event. The problem usually stems from a registration setting, an email notification policy, or a block on the sender domain. This article explains the root cause and gives you step-by-step fixes to restore confirmation emails.

You will learn how to check the webinar registration options, verify the email notification settings in the Teams admin center, and clear any client-side blocks that stop the message. After following these steps, every attendee should receive a confirmation within minutes of signing up.

Key Takeaways: Restore Confirmation Emails for Teams Webinar Registrations

  • Webinar registration settings in Teams: The “Send confirmation emails to registrants” toggle must be enabled for each webinar.
  • Teams admin center > Meetings > Webinar policies: The policy must allow email notifications, or the system suppresses confirmation messages.
  • Exchange transport rules and spam filters: Rules that block the sender domain or quarantine messages can stop confirmation emails before delivery.

ADVERTISEMENT

Why Teams Webinar Registration Confirmation Emails Do Not Arrive

The new Teams desktop app relies on the same backend as the web version for webinar registration. When you register, Teams creates a registration record and triggers an email through the Microsoft 365 messaging system. That email is sent from a Microsoft domain, typically msft-emails.microsoft.com or email.teams.microsoft.com.

If the confirmation does not arrive, one of three things is happening. First, the webinar organizer may have disabled the confirmation email option in the registration settings. Second, a Teams meeting policy may block email notifications for webinars. Third, the attendee’s email system may reject or quarantine the message because of a spam rule or a transport rule in Exchange Online.

The new Teams desktop app does not add an extra layer of email handling. It uses the same registration flow as Teams on the web. So the cause is almost always a configuration issue, not a client-side bug in the desktop app.

Registration Settings That Control Confirmation Emails

Each webinar has its own registration page. The organizer can choose whether to send a confirmation email after someone signs up. This option is separate from the meeting invitation and must be turned on manually for every webinar.

Teams Policies That Suppress Notifications

A Teams admin can set a webinar policy that disables email notifications. This policy applies to all webinars created by users who are assigned that policy. If the policy is set to block, no confirmation emails go out even when the organizer enables the option.

Steps to Diagnose and Fix the Missing Confirmation Email

Work through these steps in order. Each step tests a different part of the email delivery chain.

  1. Check the webinar registration settings in Teams
    Open the new Teams desktop app and go to Calendar. Select the webinar you created and choose Edit. Scroll to the Registration section. Confirm that the toggle for “Send confirmation emails to registrants” is turned on. If it is off, turn it on and save the changes.
  2. Verify the attendee email address
    Ask the attendee to confirm they typed the email address correctly. A typo in the domain, such as gmal.com instead of gmail.com, will cause the email to bounce. The attendee should also check the spam or junk folder in their mail client.
  3. Check the Teams webinar policy in the admin center
    Go to the Teams admin center at admin.teams.microsoft.com. Navigate to Meetings > Webinar policies. Select the policy that applies to the webinar organizer. Look for the setting called “Email notifications.” Set it to Enabled. If it is disabled, change it and save the policy.
  4. Review Exchange transport rules for the sender domain
    Go to the Exchange admin center at admin.exchange.microsoft.com. Open Mail flow > Rules. Look for any rule that blocks, redirects, or adds a disclaimer to messages from msft-emails.microsoft.com or email.teams.microsoft.com. If a rule exists, edit it to allow these domains. You can also create an exception for those specific sender domains.
  5. Test by registering with a different email account
    Register for the same webinar using a personal email account that is not part of your organization. If that account receives the confirmation, the issue is specific to the attendee’s email environment. If it also fails, the problem is on the organizer or policy side.
  6. Clear the Teams app cache and retry
    Close the Teams desktop app completely. In File Explorer, go to %appdata%\Microsoft\Teams and delete the contents of the Cache, Code Cache, and GPUCache folders. Restart Teams and register again. This clears any stale local data that might interfere with the registration flow.

ADVERTISEMENT

If Teams Still Does Not Send the Confirmation

After the main steps, some users still see no confirmation email. Here are the remaining failure patterns and their fixes.

Teams Shows “Registration Complete” but No Email Arrives

This usually means the registration succeeded but the email was blocked downstream. Check the attendee’s spam folder first. Then verify that the sender domain is not in the blocked sender list in Exchange Online. Open the Exchange admin center, go to Protection > Spam filter, and review the blocked sender list. Remove any entry that includes the Microsoft sender domains.

Confirmation Email Goes to the Junk Folder

The attendee’s mail client may classify the message as spam because of content or sender reputation. Instruct the attendee to add msft-emails.microsoft.com and email.teams.microsoft.com to their safe senders list. In Outlook, go to Settings > Mail > Junk email and add the domains under Safe senders.

Only Some Registrants Receive the Confirmation

This points to a transport rule that applies to specific recipients or groups. Review all mail flow rules in the Exchange admin center. Look for conditions that match certain user groups or domains. Edit the rule to exclude the affected recipients or to allow the Microsoft sender domains.

Item New Teams Desktop App Teams on the Web
Registration flow Uses the same backend as web version Standard registration page
Confirmation email trigger Controlled by webinar settings and policies Same as desktop app
Cache influence Local cache can cause stale registration data No local cache
Admin policy access Policy applies to the app Policy applies to the web session

Conclusion

You can now fix a missing confirmation email for Teams webinars by checking the registration settings, the webinar policy, and the Exchange transport rules. Start with the webinar registration toggle in the new Teams desktop app, then move to the Teams admin center if needed. For persistent issues, inspect the spam filter and safe sender lists in the attendee’s mail client. As an advanced step, use the Teams admin center activity log to confirm the registration event was created before you troubleshoot the email path.

ADVERTISEMENT