Databáze řešení
How to use telnet to send email? Tisknout tento článek
To send emails using telnet, follow the below steps.
1. In the command prompt, use the code "telnet example.com 25" to connect.
2. Now type the code "ehlo example.com".
3. Type the from and to email addresses using the codes "mail from: username@example.com" and "rcpt to: friend@gmail.com, friend2@gmail.com"
4. Type data along with subject and message to compose the message. To end the message, put a period on a line and then click Enter to send the email. It will look like,
data
Subject: My Telnet Test Email
Hello,
This is an email sent by using the telnet command.
Your friend,
Me
.
Note: when you are done, type quit to exit telnet.
Byla tato odpověď nápomocná?
Související články
How to Use SSH in Putty?
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
How to enable SSH?
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
How to install and use YUM?
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...
How to enable root access to dedicated virtual servers?
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
How to check and read emails using telnet?
To check and read emails using telnet, follow the below steps. 1. In the command prompt, type the...
To check and read emails using telnet, follow the below steps. 1. In the command prompt, type the...