| Both sides previous revisionPrevious revision | |
| usetelnettotestsmtpcommunication [2013/03/10 15:58] – deftesprit | usetelnettotestsmtpcommunication [2013/03/10 16:00] (current) – deftesprit |
|---|
| MAIL FROM:chris@contoso.com | MAIL FROM:chris@contoso.com |
| |
| <strong>Successful Response</strong> <code>250 2.1.0 Sender OK</code> | **Successful Response** <code>250 2.1.0 Sender OK</code> |
| |
| <strong>Failure Response</strong> <code>550 5.1.7 Invalid address</code> | **Failure Response** <code>550 5.1.7 Invalid address</code> |
| |
| <strong>Possible Reasons for Failure</strong> There is a syntax error in the sender's e-mail address. | **Possible Reasons for Failure** There is a syntax error in the sender's e-mail address. |
| |
| <strong>Failure Response</strong> <code>530 5.7.1 Client was not authenticated</code> | **Failure Response** <code>530 5.7.1 Client was not authenticated</code> |
| |
| <strong>Possible Reasons for Failure</strong> The destination server does not accept anonymous message submissions. You receive this error if you try to use Telnet to submit a message directly to a Hub Transport server. | **Possible Reasons for Failure** The destination server does not accept anonymous message submissions. You receive this error if you try to use Telnet to submit a message directly to a Hub Transport server. |
| |
| RCPT TO:kate@fabrikam.com NOTIFY''success,failure | RCPT TO:kate@fabrikam.com NOTIFYsuccess,failure |
| |
| <strong>Successful Response</strong> <code>250 2.1.5 Recipient OK</code> | **Successful Response** <code>250 2.1.5 Recipient OK</code> |
| |
| <strong>Failure Response</strong> <code>550 5.1.1 User unknown</code> | **Failure Response** <code>550 5.1.1 User unknown</code> |
| |
| <strong>Possible Reasons for Failure</strong> The specified recipient does not exist in the organization. | **Possible Reasons for Failure** The specified recipient does not exist in the organization. |
| |
| |