How to send email using telnet, through an SMTP server.
Answers
Answered by
1
Answer:
1. Open your command prompt.
2. Now, connect with telnet using the following command: telnet example.com 25.
3. Type ehlo example.com. ...
4. Type mail from: [email protected]: mail from: [email protected].
Similar questions