MIB
September 3rd, 2001, 01:43 AM
Hello
We can use telnet to connect smtp server as below:
telnet tcp/ip address of mail host 25
helo
mail from: sender@example.microsoft.com
rcpt to: recipient@example.microsoft.com
data
<crlf>
.
<crlf>
My question is can we send mutiple Email at once?
so rcpt to: <muti-Email address>
If yes, then what is correct syntax
Thanks
We can use telnet to connect smtp server as below:
telnet tcp/ip address of mail host 25
helo
mail from: sender@example.microsoft.com
rcpt to: recipient@example.microsoft.com
data
<crlf>
.
<crlf>
My question is can we send mutiple Email at once?
so rcpt to: <muti-Email address>
If yes, then what is correct syntax
Thanks