Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8402823
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:10:23+00:00 2026-06-09T22:10:23+00:00

I have a SMTP-server, for the purpose of this question lets call it: smtp.mydomain.example

  • 0

I have a SMTP-server, for the purpose of this question lets call it: smtp.mydomain.example.

How do I check if the SMTP-server is in working? Can I send emails manually from Linux commandline?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:10:25+00:00Added an answer on June 9, 2026 at 10:10 pm

    Syntax for establishing a raw network connection using telnet is this:

    telnet {domain_name} {port_number}
    

    So telnet to your SMTP server like

    telnet smtp.mydomain.example 25
    

    And copy and paste the below

    helo client.mydomain.example
    mail from:<sender@mydomain.example>
    rcpt to:<to_email@mydomain.example>
    data
    From: test@mydomain.example
    Subject: test mail from command line
    
    this is test number 1
    sent from linux box
    .
    quit
    

    Note : Do not forgot the "." at the end which represents the end of the message.
    The "quit" line exits ends the session.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Asp.Net site which uses google SMTP to send emails.. its working
I have used the smtp class to send emails through code. Can I use
I have a question about receiving emails from a smtp server. So I must
I have written a perl script to send email using the gmail's smtp server:
i have an application that uses SMTP to send emails from an yahoo account.
I have a Play Framework application that sends emails using SMTP server. Now I
I'm using GMail as my SMTP server. I have that configuration working just fine:
I have PEAR Mail and Mail_mime all working very nicely using gmail's SMTP server
I have a desktop app, that send e-mail, using remote smtp-server. So in code
I have a situation. I want to connect to gmail smtp server and send

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.