Skip to content

telnet

Commands

telnet 192.168.12.10 22 # test 22 port on host

Send email

link

Pay attention to the dot at the end

telnet example.com 25
ehlo example.com
mail from: [email protected]
rcpt to: [email protected], [email protected]
data
Subject: My Telnet Test Email
Hello,
This is an email sent by using the telnet command.
Your friend,
Me

.