• Home
    Home This is where you can find all the blog posts throughout the site.
  • Login
    Login Login form
Posted on in Technology News
Font size: Larger Smaller

How to send an email using Telnet

Sending a test email using Telnet can be useful when diagnosing email delivery issues.

  • Open a Command Prompt window
  • Type telnet exserver 25, and then press Enter
  • Type HELO, and then press Enter.
  • Type MAIL FROM: This email address is being protected from spambots. You need JavaScript enabled to view it. , and then press Enter.
  • Type RCPT TO: This email address is being protected from spambots. You need JavaScript enabled to view it.
  • Type DATA, and then press Enter.
  • Type Subject: Test email, and then press Enter.
  • Press Enter again. A blank line is needed between the Subject: field and the message body.
  • Type Testing, and then press Enter.
  • Type a period ( . ), and then press Enter.
  • To disconnect from the SMTP server, type QUIT, and then press Enter.
  • To close the Telnet session, type quit, and then press Enter.

Here's what a successfull session using the steps above looks like:

C:\>telnet exserver 25
220 EXSERVER.exchange2016demo.com Microsoft ESMTP MAIL Service ready at Thu, 22
Oct 2015 11:39:23 +1000
helo
250 EXSERVER.exchange2016demo.com Hello [192.168.0.30]
mail from: This email address is being protected from spambots. You need JavaScript enabled to view it.
250 2.1.0 Sender OK
rcpt to: This email address is being protected from spambots. You need JavaScript enabled to view it.
250 2.1.5 Recipient OK
Data
354 Start mail input; end with .
Subject: Test email
Testing
.
250 2.6.0 < This email address is being protected from spambots. You need JavaScript enabled to view it. &;gt; [InternalId=854698491929, Hostname=EXSERVER.exchange2016demo.com] Queued mail for delivery

Other useful rescources are:

Please contact Computer Doctor if you have any questions or need assistance.

Computer Doctor
Suite 1, Ground Floor Surfers Plaza Resort,
70 Remembrance Drive,
Surfers Paradise. Qld 4217
Ph: 07 55924733
Fax: 07 55924761
Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Web: www.computerdoctor.com.au

 
Last modified on
Rate this blog entry:
2

Paul Close is our Senior Solutions Architect. He has been involved with computers and technology since the 70’s. His mission is to remove the frustrations and complexity of technology so customers can enjoy all its benefits. He is passionate about all forms of Technology and enjoys keeping up to date with current trends and developments.

Comments

  • No comments made yet. Be the first to submit a comment

Leave your comment

Guest Tuesday, 19 March 2024

Categories

Select Item