For Azure Communication Services Email, SmtpStatusCode: 550 with EnhancedSmtpStatusCode: 5.1.0 and FailureReason: MailboxUnavailable indicates the recipient domain’s infrastructure is rejecting or not accepting the message for that mailbox, not that Azure Communication Services itself is blocking the traffic.
From the Azure Communication Services email documentation, 550/Mailbox Unavailable means the recipient mailbox or its environment is unavailable or not accepting mail:
-
550 | Mailbox Unavailable | The recipient's mailbox is unavailable to receive emails. The mailbox might be full or might have a temporary problem.
Given that:
- Messages to other providers succeed.
- TransIP reports the messages are not reaching their servers.
The most likely causes are:
- A block or suppression at the sending side (Azure Communication Services email) for that destination domain or specific addresses.
- A reputation/suppression issue due to previous bounces or complaints, causing ACS to treat those recipients as suppressed and not attempt delivery.
In Azure Communication Services email, such conditions are handled through managed suppression and sender reputation controls. There is no tenant-level “allow list” that can be configured directly to override a managed suppression list; exceptions are not exposed as a self-service feature. When ACS marks a recipient as suppressed (for example, after repeated bounces with 5xx codes), further sends to that address or domain can be blocked before reaching the recipient’s MX.
Recommended actions:
- Review the detailed delivery status and bounce information in the ACS email telemetry for those TransIP recipients to confirm repeated
550/MailboxUnavailable or similar patterns.
- Verify the recipient addresses at TransIP are valid, active, and not over quota.
- If the addresses are valid and the issue persists only from ACS, open a support case with Azure Support for Azure Communication Services email, providing:
- The affected recipient addresses and domain.
- Message IDs and timestamps.
- The full SMTP status details (
550 5.1.0 MailboxUnavailable, mx.transip.email).
Support can check whether those recipients or that domain are on an internal suppression/block list and, if appropriate, remove them. Direct self-service exception management for internal ACS suppression lists is not available.
References: