Using Telnet

From the command prompt:

Telnet server.com 25{cr}

HELO server.com{cr}

MAIL FROM:me@domain.com{cr}

RCPT TO:you@domain.com{cr}

DATA{cr}

SUBJECT:yoursubject{cr}{cr}

yourmessage

.{cr}

QUIT