- SMTP Error Codes
- SMTP 550
5.x.x permanent failure
SMTP Error Code 550: Meaning, Causes and How to Fix It
SMTP 550 is a permanent failure.
The mailbox is unavailable and the message is rejected for good. This is the catch-all permanent failure, covering everything from an unknown address to an authentication failure to a reputation block, so the wording after the number is what actually tells you the reason.
- Class
- 5xx permanent
- Bounce type
- Hard bounce
- Highest severity
- Critical
- Responses on record
- 92
SMTP 550 responses from email providers
How mailbox providers phrase a 550. Open a provider for the full text, severity and fix for every variation.
Apple4 responses
smtp;550 5.1.1 <[email protected]>: user does not exist
smtp;550 5.7.1 [CS01] Message rejected due to local policy. Please visit https://support.apple.com/en-us/HT204137
AT&T3 responses
smtp;550 5.2.1 <[email protected]>... Addressee unknown, relay=[x.xx.xx.xx]
smtp;550 5.2.1 <[email protected]>... blank mailhost - invalid address, relay=[x.xx.xx.xx]
Comcast4 responses
smtp;550 5.1.1 Not our Customer
smtp;550 5.1.1 <[email protected]> recipient mailbox unallocated
Free4 responses
GMX2 responses
Google7 responses
smtp;550 5.1.1 The email account that you tried to reach does not exist. Please try double-checking the recipient's email address for typos or unnecessary spaces. Learn more at https://support.google.com/mail/?p=NoSuchUser - gsmtp
smtp;550 5.2.1 The email account that you tried to reach is disabled. Learn more at https://support.google.com/mail/?p=DisabledUser - gsmtp
Hey1 response
Hostpoint1 response
ImprovMX1 response
Infomaniak1 response
Mail.ru3 responses
smtp;550 Message was not accepted -- invalid mailbox. Local mailbox [email protected] is unavailable: account is disabled
smtp;550 spam message rejected. Please visit http://help.mail.ru/notspam-support/id?c=7y4ytdHbuOGv3O50NYTwpz1F-TVIpnactxtFPeFQSDYMAAAAaKgAAOX_3hE~ or report details to [email protected]. Error code: ###. ID: #
Orange3 responses
smtp;550 5.2.0 Mail rejete. Mail rejected. ofr_506 [506]
smtp;550 5.1.1 Adresse d au moins un destinataire invalide. Invalid recipient. OFR_416 [416]
Outlook4 responses
smtp;550 5.5.0 Requested action not taken: mailbox unavailable. [#.eop-nam12.prod.protection.outlook.com]
smtp;550 5.7.1 Service unavailable, MailFrom domain is listed in Spamhaus. To request removal from this list see https://www.spamhaus.org/query/lookup/ (S8002) [#.eop-nam02.prod.protection.outlook.com]
ProtonMail1 response
QQ7 responses
Rackspace1 response
Web.de10 responses
smtp;550 <[email protected]>: Reject due to SPF policy. The originating IP of the message is not permitted by the domain owner
smtp;550 <[email protected]>: Syntax error in parameters or arguments
Yahoo Inc1 response
Yandex2 responses
SMTP 550 responses from spam filters
How spam-filtering gateways phrase a 550 rejection.
Barracuda5 responses
smtp;550 cuda_nsu 5.1.1 <[email protected]>... User unknown
smtp;550 No such user ([email protected])
Email Security.cloud1 response
Exchange Online4 responses
smtp;550 5.4.1 [[email protected]]: Recipient address rejected: Access denied [example.com]
smtp;550 5.7.1 Service unavailable, Client host [x.xx.xx.xx] blocked using Spamhaus. To request removal from this list see https://www.spamhaus.org/query/ip/0.0.0.0 (AS16012611)
Mimecast5 responses
smtp;550 Administrative prohibition - envelope blocked - https://community.mimecast.com/docs/DOC-1369#550 [#]
smtp;550 Rejected by header based Anti-Spoofing policy: [email protected] - https://community.mimecast.com/docs/DOC-1369#550 [#]
Proofpoint13 responses
smtp;550 5.1.1 <email@example>: Recipient address rejected: User unknown
smtp;550 5.1.1 <[email protected]>: Recipient address rejected: undeliverable address: host example.com[x.xx.xx.xx] said: 550 5.1.1 <[email protected]>: Recipient address rejected: user unknown
SMTP 550 questions
›Is SMTP 550 a hard bounce or a soft bounce?
It is a permanent failure, so a hard bounce. The receiving server will not accept the same message on a retry, and the address or the sending problem has to be fixed before you resend.
›What causes an SMTP 550 error?
The mailbox is unavailable and the message is rejected for good. This is the catch-all permanent failure, covering everything from an unknown address to an authentication failure to a reputation block, so the wording after the number is what actually tells you the reason. The exact reason varies by receiver, which is why this page lists the specific 550 responses recorded for Apple, AT&T, Barracuda, Comcast, Email Security.cloud, Exchange Online.
›How do I fix an SMTP 550 bounce?
Read the enhanced status code and the message text, not just the number. Wording that names the recipient (user unknown, mailbox unavailable) means correct or remove the address. Wording that names authentication or reputation (SPF, DKIM, DMARC, blocklist) means fix that on the sending side, or clear the listing. Every response on this page has its own guidance.