- Open your terminal.
- Now, connect with telnet using the following command:
telnet smtp.domain.com 25 - Type ehlo example.com. Some servers also accept helo in place of ehlo.
ehlo - Type mail from: username@example.com:
mail from: username@domain.com - Type rcpt to: user@hotmail.com, user2@yahoo.com (replace with your actual recipient name):
rcpt to: user@hotmail.com, user@yahoo.com - To write the message – type data, followed by your subject and message. To end the message, put a period on a line by itself and press enter:
data Subject: My Telnet Test Email Hello, This is an email sent by using the telnet command. Your friend, Me . - Type quit to exit telnet.
Related Posts
Facebook Chat Now Available with XMPP Pidgin
- govath
- March 15, 2010
- 0
Configure Pidgin . Do Ctrl+A to open the ‘Accounts’ window, then ‘Add’. On the ‘Basic’ tab, select the XMPP Protocol. Username: Your Facebook username Domain: […]
XAMPP for Linux
- govath
- October 22, 2007
- 0
By the way this software was called LAMPP but to avoid misreading we renamed it to <<XAMPP for Linux>>. So if you are seeking for […]
Install Google Chrome on Ubuntu
- govath
- February 8, 2022
- 0
To install Google Chrome from the terminal, get the DEB file using the wget command: Installing Google chrome use the below command from the downloaded […]