SMTP

SMTP 214 Help Message vs 552 Exceeded Storage

SMTP 214 (Help Message) is a 2xx Positive Completion response, while 552 (Exceeded Storage) is a 5xx Permanent Negative response. 214 indicates that a help message response containing information about the server's supported commands or a specific command's usage. This is a human-readable reply to the HELP command. In contrast, 552 means that the requested mail action was aborted because the recipient's mailbox has exceeded its storage allocation. Unlike the temporary 452, this is a permanent rejection for this specific mailbox.

Описание

A help message response containing information about the server's supported commands or a specific command's usage. This is a human-readable reply to the HELP command.

Когда вы это видите

After sending the HELP command to the SMTP server. The response lists available commands or provides usage details for the command you specified.

Как исправить

No fix needed — this is a normal informational response. Use the provided help text to understand which commands the server supports.

Описание

The requested mail action was aborted because the recipient's mailbox has exceeded its storage allocation. Unlike the temporary 452, this is a permanent rejection for this specific mailbox.

Когда вы это видите

When the recipient's mailbox is completely full and cannot accept any more messages. The recipient needs to delete old emails or increase their quota.

Как исправить

Notify the recipient through another channel that their mailbox is full. If you are the recipient, delete old messages or contact your mail administrator to increase the storage quota.

Ключевые различия

1.

214 is a 2xx Positive Completion response, while 552 is a 5xx Permanent Negative response.

2.

SMTP 214: A help message response containing information about the server's supported commands or a specific command's usage. This is a human-readable reply to the HELP command.

3.

SMTP 552: The requested mail action was aborted because the recipient's mailbox has exceeded its storage allocation. Unlike the temporary 452, this is a permanent rejection for this specific mailbox.

4.

You encounter 214 when after sending the HELP command to the SMTP server. The response lists available commands or provides usage details for the command you specified.

5.

You encounter 552 when when the recipient's mailbox is completely full and cannot accept any more messages. The recipient needs to delete old emails or increase their quota.

Когда что использовать

For 214 (Help Message): No fix needed — this is a normal informational response. Use the provided help text to understand which commands the server supports. For 552 (Exceeded Storage): Notify the recipient through another channel that their mailbox is full. If you are the recipient, delete old messages or contact your mail administrator to increase the storage quota.

Узнать больше