Sending mail via telnet through your SMTP server
There have been many times over the course of my time working with computers that I have had to manually test email functionality. Email is one of those things that everyone has to have for various reasons. It’s great for getting status info and results from scripts for example. However, it’s also one of those ornery things that is affected by everything from network settings and firewall rules to spam filters and DNS problems.
The point is that sometimes you need to be on the machine that is sending the message, and verify that it can in fact send a message. This article will help you not only test connectivity, but walk you through sending an email message via a telnet connection, going through the SMTP commands much like your mail client uses.