A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
Hi @Glenn Maxwell
From the details you provided, I understand that one of your users in an Exchange SE Hybrid environment is unable to send a 34 MB PowerPoint attachment due to message size limits after Base64/MIME encoding, yet another team member can send the exact same file without any issues.
After researching this, Exchange does not just rely on a single global limit. Email size limits are applied at multiple levels (such as Mailbox, Transport, or Connector levels) and can actually differ between two users in the same environment.
First, according to the documentation I found, the maximum email size a user can send or receive also heavily depends on the specific email client they are actively using.
You can refer to the following documentation for more details on client limits:
Because of this, could you help me check exactly which email clients both of these users are using to send the file?
Besides that, please try checking the individual send/receive limits configured directly on each user's mailbox by running the following PowerShell command:
Get-ExoMailbox userA,userB | Format-List MaxSendSize,MaxReceiveSize
Please let me know what you find out so we can narrow down the issue!
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.