Servers : How to manually test a SMTP connection using Telnet
Here is the steps required to test and send an e-mail using the command prompt and Telnet. See the commands required below : EHLO MAIL from: RCPT to: DATA From: To: Subject: . QUIT Here is an overview of what you’ll get with the commands in bold : # telnet smtp.domain.tld 25 Trying 0.0.0.0… Connected… Read More »