FAQ & Knowledge Base

Welcome to our Knowledge Base. Search or browse through the topics below to find answers to your questions.

Categories: SmartPOP2Exchange | Show all categories

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