SMTP receive test
Question / Problem
Is there a way to test if my Exchange Server can receive emails via SMTP?
Answer / Solution
Enter the following lines in the command line to simulate sending an email via SMTP to the Exchange Server:
telnet [Your Exchange server's IP] 25
HELO
MAIL FROM: smartpop2exchange@jam-software.com
RCPT TO: [your email address]
DATA
Test
.
QUIT