Knowledgebase
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
Need further help getting started?
You did not find what you were looking for? Please contact us so we can provide an answer to your question.
Contact Form