SMTP errors fall into two families: 4xx codes are temporary (retry), 5xx codes are permanent (don’t retry until you fix the cause). Reading the three-digit code plus the text that follows tells you exactly what happened — mailbox issue, authentication problem, content rejection or rate limit.

How to read a code First digit: 4 = soft, 5 = hard. Second digit: 1 = syntax, 2 = response, 3 = mail system, 4 = network, 5 = mail itself, 7 = security/policy.

The most common SMTP errors

CodeMeaningFirst action
421Service not available, try laterWait, then resend.
450Mailbox temporarily unavailableRetry later.
451Local error, processing failedRetry later.
452Insufficient system storageRetry later.
550Mailbox unavailable / user unknownRemove the address.
551User not local; please try forwardingRemove or use the suggested address.
552Storage exceeded / message sizeLighten the message.
553Mailbox name not allowedCheck the From and recipient syntax.
554Transaction failed / blockedCheck authentication, reputation and content.

What to check when you see a 5xx

Verify your authentication (SPF, DKIM, DMARC), the IP reputation, the content of the message and the validity of the recipient address. Most 5xx errors at scale come from one of those four causes.

Don’t mass-retry 5xx 5xx codes mean the server intentionally refused. Repeating the send only damages your sender reputation.

Dive deeper into SMTP errors

Read the common SMTP errors guide, see the focus on SMTP 554, and learn how Mailpro manages bounceshard and soft.

Previous question

   

Next question

You might also be interested in:

How to Fix Error 5.7.1 (Relay Access Denied)

Code 5.7.1 « Relay access denied » means the SMTP server you connected to refuses to forward your message to...

Read more

How to Fix Error 552 (Storage Limit Exceeded)

SMTP error 552 means the destination has refused the message because it exceeded a storage or size limit. Two distinct...

Read more

How to Fix Error 451 (Local Policy Violation or Greylisting)

SMTP error 451 is a soft bounce: the receiving server is asking to try again later. The two most common...

Read more

How to Fix Error 530 (Authentication Required)

SMTP error 530 means: I won’t accept your message until you log in. The server is asking for authentication and...

Read more

How to Solve Error 550 (Requested Action Not Taken – Mailbox Unavailable)?

SMTP code 550 is a hard bounce: the receiving server has refused the message. The text right after the code...

Read more