Success Response
250

Response

What is SMTP 250?

SMTP code 250 indicates a successful action.
The receiving server returns this response code when it has successfully
processed an SMTP command. After successful receipt of an email message the
SMTP server will also return 250 OK.

The SMTP Client often receives additional information at the end of a
successful email transmission. This additional content will contain
information such as an acknowledgment of receipt, a queue identifier
or a message identifier.

Code Breakdown

Each digit in an SMTP response code carries a specific meaning.

1st digit
2

Positive Completion

The requested action was completed. No further action required.

2nd digit
5

Mail System

Status of the mail system as a whole.

3rd digit
0

Specific Condition

The third digit narrows the response. Zero is typically generic; higher values are increasingly specific.

Response Examples

Typical server responses you may encounter.

smtp session
S: 250 2.0.0 OK
S: 250 2.0.0 OK [ID] [Server details] - gsmtp
S: 250 2.0.0 Ok: queued as [Queue ID]
S: 250 2.1.5 Recipient OK
S: 250 OK id=[Message ID]
S: 250 ok: Message [Message Number] accepted
S: 250 Great success

Common Causes

Why you might receive this response.

1
Successful email transmission.
2
Successful command execution in the SMTP conversation.

How to Handle

For a 250 SMTP response code:

  • No action is typically required as this code indicates successful
    processing.
  • You may review the details or identifiers included in the response for
    record-keeping or further processing needs.
  • Ensure to monitor subsequent responses if part of a multi-command SMTP
    sequence to confirm the completion of the entire transaction.

Need help with email delivery?

CloudMailin can help troubleshoot and resolve SMTP issues.

Contact Support

Other SMTP Codes

2xx Success

250 Response

SMTP code 250 indicates a successful action

All codes