0
I'm trying to send email using telnet in terminal of my linux. I have connection with telnet now
I have typed the commands below successfully. Unfortunately, I only receive the message with no subject and content. Please help me on how to fix this for it to have the content I typed in the terminal line.
telnet mail.dispostable.com 25
ehlo
MAIL FROM:<fakeme@email.com>
RCPT TO:<ss121q@dispostable.com>
DATA
SUBJECT: Test mail
I'm having a hard time on making this appear.
.
quit
After every line typed and entered, message always appears. (.) is used to end the message and proceed to sending.
By the way I got this all from http://dougvitale.wordpress.com/2011/12/31/send-spoofed-emails-with-telnet/