- 1). Run the Command prompt. This is achieved on any Windows PC through the typing "cmd" in the "Run" application under the "Start" menu.
- 2). Type in the following command, keeping your email server details ready for insertion:
telnet yourserver.com 25
The only variable is yourserver.com, which you should modify to reflect the outgoing SMTP server on your email account. - 3). Type the command "EHLO yourserver.com" to begin typing your email, using the MAIL FROM, RCP TO and DATA commands, respectively, to type your message.
- 4). Encode your attachment through the MIME format, entering the header and content code within the DATA section of your email. This will allow your attached media to be sent over the text-based Telnet protocol, regardless of whether it's an image, an illustrated brochure or just plain text.
- 5). Type a period on an otherwise blank line beneath your email and hit return to send your message and attachment. If you receive an error message, check that you've inserted the correct commands with no typos and that your email addresses are correct.
- 6). Type the command 'QUIT' to end your Telnet connection.
SHARE