Home
Knowledge Base
News
How To Send Email Locally Using Command Prompt
Plesk Servers
>
Email
How To Send Email Locally Using Command Prompt
This article serves as a guide to test simple email functionality on your server if you are unable to access your SmarterMail interface.
Open Windows Command Prompt using
Start > Command Prompt
or via
Run > CMD
Telnet to the mail server by typing
telnet <domain> 25
Once connected, we must initiate the mail sending process queue. We start this with
helo <domain>
The server will reply with 250 and a hello if successful.
Now we must set the sending mail address. Type
mail from:<email address>
Now we set the to address. Type
RCPT TO:<email address>
Type
data
to begin the email content.
First we set the subject by typing
Subject:<Your Subject>
Then press
Enter
twice.
Now type the message content of your email. When done, press
Enter - Period Key - Enter
to close the message.
Type
Quit
to exit telnet.
Verify your email has been received.
Add Feedback
Was this article helpful?
Yes
No
Thanks for your feedback...
25% of people found this helpful.
Share this article
Print
×
forgotPassLbl
Username
×
Please log in below
Username
Password
Remember Me
×
Not Logged In
You must be logged in to perform this action.