Hello @SKB ,
LED=550 5.2.12 RESOLVER.RST.SendSizeLimit.Org; message too large for this organization
This error message usually seems to indicate that the email was rejected by your own server because the message exceeded the maximum allowed size limit set by your organization's mail server.
Even if you have set the maximum receive message size to 25MB on the Receive connector and the maximum send message size to 35MB on the Send connector, there may be size limits elsewhere that are causing this issue. Here are some things you could check:
1.Global transport settings: Check the global transport settings in Exchange Server. To do this, run the following command in the Exchange Management Shell:Get-TransportConfig | fl MaxSendSize, MaxReceiveSize
2.User mailbox settings: Check if the sender's mailbox has any sending size limits set. You can check this by running the following command in the Exchange Management Shell:Get-Mailbox <MailboxName> | fl MaxSendSize, MaxReceiveSize
Besides, please note that the email size calculated by the mail server will be larger than the size of the attachment. This is due to the added overhead of MIME encoding of the attachment, which can increase the size by approximately 33%. Therefore, sending a 9MB attachment may be larger than 12MB.
Hope the above information is helpful to you!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 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.