Sending mail via telnet
We can send mail via telnet using the following steps. 1. Telnet to hostname on port 25.  220 (then identifies itself – possibly with several lines of 220 + text) 2. HELO your_domain_name or whatever   250 (followed by human readable message) 3. MAIL FROM:you@hostname.com (ie, your email address)   … Continue Reading Sending mail via telnet