- 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
Disable Shift+BackSpace from XGL
- govath
- May 15, 2007
- 0
This was very annoying. You can always press this by mistake and useful info maybe lost so enter in a konsole or gnome-terminal the code […]
How to configure and manage an iPod from Linux with the gtkpod
- govath
- August 6, 2007
- 0
This article shows how you can use an iPod on a Linux with gtkpod (a graphical user interface for Apple’s iPod). It covers how you […]
How do I play DVDs in Fedora?
- govath
- March 19, 2007
- 0
Easy! You just have to install a new version of the Totem Movie Player: 1. Using yum configuration. 2. Open a Terminal. 3. Become root: […]