Last updated on March 30th, 2023 at 05:07 pm
If you want to test your SMTP server is working correctly, you can use the telnet feature within Windows. The following guide will walk you through the steps to carry this out.
Telnet to test your SMTP server
Just open up an elevated command prompt then enter these commands in turn:
telnet yourmaildomainname 25

This should then connect to your domain and you will see a message like this:

Then run this command:
helo techygeekshome.info
This should then give you a 250 response:

Then run this command for your sender address:
mail from: [email protected]
This should give you a 250 OK response:

Then run this command for the recipiant of the email:
rcpt to: [email protected]
Then type data and hit the Enter key. If this has worked, you should get a response with a 250 2.6.0 in there and an email address.
Feedback
We would love to hear your feedback on this article so come and join us on Facebook or Twitter and let us know what you think!
Free Subscription
If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.
No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.