Test your SMTP server using Windows Telnet Feature

Promotional graphic for "techygeekshome" featuring a stylized illustration of a computer monitor displaying a rocket and email symbols, with text about "test your SMTP" using windows telnet

Last updated on March 30th, 2023 at 05:07 pm

Read Time:53 Second

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
Telnet to test your SMTP server

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

Test your SMTP server using Windows Telnet Feature 1

Then run this command:

helo techygeekshome.info

This should then give you a 250 response:

telnet to mail server

Then run this command for your sender address:

mail from: send@techygeekshome.info

This should give you a 250 OK response:

send telnet email from

Then run this command for the recipiant of the email:

rcpt to: receive@techygeekshome.info

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!

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.