- 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
How to extract .iso in Linux:
- govath
- March 19, 2007
- 0
$ mkdir /mnt/isotmp $ mount isofile.iso /mnt/isotmp -o loop And once they’re done, unmount the virtual disk : $ umount /mnt/isotmp Thats it Lifes Good!
Skype in Fedora
- govath
- July 23, 2008
- 0
Install the Skype repository. In the terminal, type: gedit /etc/yum.repos.d/skype.repo Copy and paste the following lines to the file [skype] name=Skype Repository baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/ enabled=1 gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc […]
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface “org.freedesktop.PackageKit.Transaction” member “Cancel” error name “(unset)” destination “org.freedesktop.PackageKit”)
- govath
- December 12, 2008
- 0
Login us root and run this commands #yumdownloader –disablerepo=updates,updates-testing dbus dbus-x11 dbus-libs #rpm -Uhv dbus* –oldpackage