Okay, here's an example of sending a mail using telnet ...
[root@caesium chris]# telnet mx.core.plus.net.uk 25
Trying 212.159.11.36...
Connected to mx.core.plus.net.uk.
Escape character is '^]'.
helo dude <say hello to the server>
220 marstons.services.quay.plus.net - Plus.Net, The smarter way to Internet - ESMTP
250 marstons.services.quay.plus.net - Plus.Net, The smarter way to Internet -
mail from: chris@iproute.co.uk <send a mail from me>
250 ok
rcpt to: steve@chaucer.sheffield.sch.uk <send it to you>
250 ok
data <the "data" command allows me to type a message>
354 go ahead
This is just a test message.
. <use a period to end the message>
250 ok 1034857680 qp 6565
quit <message sent>
221 marstons.services.quay.plus.net - Plus.Net, The smarter way to Internet -
Connection closed by foreign host.
Chris.
**********************
Chris Andrew, CCNA, CCSA
chris@iproute.co.uk
**********************