250
SMTP

250 OK

The requested mail action has been completed successfully. This is the most common positive response in SMTP, returned after HELO/EHLO, MAIL FROM, RCPT TO, and DATA completion.

On this page

When You See This Code

After nearly every successful SMTP command — greeting, specifying sender, adding recipients, or completing message delivery. This is the standard success confirmation.

How to Fix

No fix needed — the command was accepted. If a command that should succeed returns a different code, check the command syntax and server policies.

Compare With

Guides

Specifications

Glossary

Frequently Asked Questions

What is SMTP 250 OK?

The requested mail action has been completed successfully. This is the most common positive response in SMTP, returned after HELO/EHLO, MAIL FROM, RCPT TO, and DATA completion.

When do you see SMTP 250 OK?

After nearly every successful SMTP command — greeting, specifying sender, adding recipients, or completing message delivery. This is the standard success confirmation.

How to fix SMTP 250 OK?

No fix needed — the command was accepted. If a command that should succeed returns a different code, check the command syntax and server policies.