Trouble sending large files to a email group but can to the individuals in that group

usatraveler

Senior Member
Outlook version
Outlook 2016 32 bit
Email Account
Office 365 Exchange
Operating system::    Windows 11 23H2
Outlook version:     18429.20158
Email type or host:    Exchange Online

I have a user that just updated his office (Microsoft 365) to the latest version. Version 2501 (Build 18429.20158 Click to Run)
He used to be able to send emails with large attachments to a group email (all internal emails) that he had setup but now he is getting an error when he sends large attachments to the same group. If he goes ahead and expands the group so it list all the individual emails then he can send the email with the large attachments no problem.

This what he is getting now and it used to work. I have all the users setup allowing them to send and receive 150 mb file attachments.

KICK OFF PROJECT (XXXXXXXXXPROJECTKICKOFF@xxxxxxxxsystems.com)
Your message is too large to send. To send it, make the message smaller, for example, by removing attachments.

The maximum message size that's allowed is 36 MB. This message is 83 MB.
 
So this message is in error? Are all recipients within the some domain?

So this message is in error? Are all recipients within the some domain?
Yes they are all on the same domain. I wanted to double check because we have another division that has a different domain but all the emails in this group are all on the same domain.
 
I can't see where a update to Outlook would have made this happen unless there is a change I need to make it allow for big attachments in a group name.
 
As an FYI - if the other division is in the same Microsoft tenant as this, it shouldn't be a problem as it doesn't leave the tenant.

I just checked - no, DLs don't have limits, only mailboxes -

You've ran this PowerShell to check all the mailboxes?
$mb= Get-Mailbox -ResultSize unlimited; $mb | where {$_.RecipientTypeDetails -eq 'UserMailbox'} | Format-Table Name,MaxReceiveSize,MaxSendSize,RecipientLimits

or this to get resource, shared mailboxes etc. too.
$mb= Get-Mailbox -ResultSize unlimited; $mb | Format-Table Name,MaxReceiveSize,MaxSendSize,RecipientLimits
 
Thank You Diane for that information I have not run these scripts but I will and see what they show. I had manually gone through the mailboxes and checked them individually from the gui interface. I will check them and let you know what I find out.
 
Diane, I ran the scripts and most of the mailboxes show 150 but some are at 75 and they are not the normal names for mailboxes. Is there a script that will allow me to change them all to 150?
 
Diane, Doing some more searching and I am seeing the group that is having issues is not in the Distribution list but under Microsoft 365. I am including a screen grab and maybe that has something to do with it. Thanks again for your knowledge and help.

Microsoft 365.jpg
 
If the email is not in the dl then it should not be the cause.

Set-mailbox

Set-Mailbox -Identity "display name or email address" --MaxSendSize 150MB

Size limits -
 
Similar threads
Thread starter Title Forum Replies Date
M Outlook 2010 stuck in Work Offline mode; trouble sending email Using Outlook 1
U Trouble with Cached Exchange Mode not fully implementing Using Outlook 3
N Trouble with server names Using Outlook 1
E Having some trouble with a run-a-script rule (moving mail based on file type) Outlook VBA and Custom Forms 5
G Trouble with Office 365/2016 Using Outlook 3
M Trouble using keyboard shortcut for color categories in Outlook 2016 Using Outlook 3
M Trouble downloading Outlook on an Android phone Using Outlook 4
B Trouble Starting Outlook 2010 after Crash Using Outlook 3
U Trouble migrating Contacts (2002) to People (2013) Using Outlook 3
K New to BCM - trouble importing contacts & accounts BCM (Business Contact Manager) 3
makinmyway Trouble Installing BCM Outlook 2013; Endless Install Loop Happens Using Outlook 0
B Trying to get old emails from a not working computer but having trouble. Using Outlook 6
M Trouble Importing folders from Outlook 2007 to Outlook 2013 Using Outlook 12
S trouble with Outlook 2010 saving sent emails Using Outlook 2
B Trouble Locating Tools Menu since There's No Standard Toolbar in Office 2010 Using Outlook 1
T Outlook 2007 - trouble with alphabetizing when titles are used (ie - Mr.) Using Outlook 0
A Trouble importing data to radio buttons Business Contact Manager 2010 (BCM) Using Outlook 2
B Trouble Adding @Outlook.com Email Accounts Using Outlook 3
A emails disappearing from inbox outlook 2010 exchange server 2010 major trouble Exchange Server Administration 6
K Trouble converting the ANSI PST to a Unicode PST Using Outlook 4
V Trouble Running Outlook 2007 and 2010 Using Outlook 4
U Trouble for sharing Calendar Using Outlook 3
S Trouble setting up Outlook Connector to sync with windows live Using Outlook.com accounts in Outlook 3
T Trouble with creating database BCM (Business Contact Manager) 1
M having trouble importing excel data into outlook contacts BCM (Business Contact Manager) 1
K Trouble using SaveAs Outlook VBA and Custom Forms 3
M trouble connection to remote database BCM (Business Contact Manager) 1
R File not found when sending email with attached pdf file Using Outlook 2
W Outlook 2021 Hanging on "Sending Emails" Using Outlook 3
Fozzie Bear Calendar Events created on iPhone have suddenly start sending invitations to attendees Using Outlook 2
D Prompt to prefix subject line whenever sending an email Outlook VBA and Custom Forms 3
P default font when sending email from browser Using Outlook 1
M Messages Intermittently Dont Arrive In Sent Items After Sending Successfully Using Outlook 4
O Outlook on Android: after sharing / sending a news article, draft remains open. Why? Using Outlook 1
P Sending email from outlook IMAP to GMAIL where embedded images are added as attachment Using Outlook 1
V Form data not sending for some users Outlook VBA and Custom Forms 2
L isn't there an OL add-on that flags addressee before sending Using Outlook 3
R Microsoft Outlook 2016 - Gmail not sending, asks for password for SMTP, tried different ports Using Outlook 23
A Flag Message for Follow Up after sending Outlook VBA and Custom Forms 1
D Sending email from Office 365 alias in Outlook Using Outlook 3
E Change sending account depending on Subjectline Outlook VBA and Custom Forms 0
L unblocking attachments before sending Office 365 Advanced Protection Using Outlook 0
B Outlook 2003 email sending & receiving suddenly stopped working Using Outlook 3
R Warn before sending message Outlook VBA and Custom Forms 4
HarvMan Hotmail - Sending email is undeliverable Using Outlook 4
A Sending contact vcards sends older version instead of updated version Using Outlook 4
M McAllister Outlook stops Sending/Receiving/Synching after disconnecting remote desktop session Using Outlook 2
D Adding Enterprise Exchange Email Account to Outlook Prevents Sending via Outlook.com Account Using Outlook.com accounts in Outlook 10
B When sending an email, I am showing 2 of my address's Using Outlook 1
M Auto expand Distribution List Before Sending Email Outlook VBA and Custom Forms 1

Similar threads

Back
Top