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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Syntax for establishing a raw network connection using telnet is this:
So telnet to your SMTP server like
And copy and paste the below
Note : Do not forgot the "." at the end which represents the end of the message.
The "quit" line exits ends the session.