cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8921
Views
0
Helpful
1
Replies

Meaning of SMTP response ok and accepted

Rojer-bkk
Level 1
Level 1

Would you explain the meaning between "received remote SMTP response 'ok" and "received remote SMTP response 'accepted" ?

For example:

Message 8614706 to abc@efg.com received remote SMTP response 'ok: Messages 1613717078 accepted'.

and

Message 8512138 to tik@mfc.com received remote SMTP response 'accepted (1116246434)'.

Thank you.

1 Accepted Solution

Accepted Solutions

Donald Nash
Level 3
Level 3

The part in the quotes is the textual part of the response from the remote SMTP server. SMTP does not standardize the explanatory text used in most replies, since the machine readable part of the response is numeric. The two examples you give looked like this during the SMTP exchange:

    250 ok: Messages 1613717078 accepted

and

    250 accepted (1116246434)

Since the response code is "250" in both cases, the two messages are equivalent. The explanatory text is meant only for humans.

++Don

View solution in original post

1 Reply 1

Donald Nash
Level 3
Level 3

The part in the quotes is the textual part of the response from the remote SMTP server. SMTP does not standardize the explanatory text used in most replies, since the machine readable part of the response is numeric. The two examples you give looked like this during the SMTP exchange:

    250 ok: Messages 1613717078 accepted

and

    250 accepted (1116246434)

Since the response code is "250" in both cases, the two messages are equivalent. The explanatory text is meant only for humans.

++Don

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: