|
Drop E-Mail Test You can pop a text file in the mail pick up directory. The SMTP server will
grab the file and deliver it for you.
By default the MS Exchange 2000 Server pickup Directory is located in:
C:\Program Files\Exchsrvr\Mailroot\vsi 1\PickUp
Click here to download an example drop
email file.
Send an SMTP message using
Telnet
| Type this command |
Expected Response |
| telnet yourservername 25 |
220 mail.Yourserver.net Microsoft ESMTP MAIL Service, Version: 5.0.219
5.4905 ready at Thu, 30 May 2002 21:26:22 +1200 |
| HELO |
250 mail.Yourserver.net Hello [192.168.1.2] |
| MAIL FROM:test@test.com |
250 2.1.0 test@test.com....Sender OK |
| RCPT TO:someone@somewhere.com |
250 2.1.5 someone@somewhere.com |
| DATA |
354 Start mail input; end with . |
| Subject: Whatever |
|
| Reply-To: whoever@wherever.com |
|
| Your message.... |
|
| <CRLF> . <CRLF> |
250 2.6.0 Queued mail for delivery |
| QUIT |
221 2.0.0 mail.Yourserver.net Service closing transmission channel |
| |
Connection to host lost. |
Click here for the instructions on
how to test SMTP connections using Telnet.
|