Want to learn how I can send mail windows command line

Asked By 0 points N/A Posted on -
qa-featured

I want to learn how I can send mail windows command line. I am using windows 2013; please answer in relevance to the model of my computer.

SHARE
Answered By 0 points N/A #161094

Want to learn how I can send mail windows command line

qa-featured

Open command line and type the following:

1. Telnet mail.domain.com 25 ( Here, replace domain with whichever mail server you want to use)

2. helo<type your domain name>

3. mail from:<enter your email address here>

 4. rctp to:<enter the destination email address>

5. data<type the subject of your mail>

6.<type your message>

7.(type a dot and hit enter)

Hope this helps.

Related Questions